From 79dae56775954c32f473200c9b1ae38993a6a39a Mon Sep 17 00:00:00 2001 From: Simon Ensslen Date: Fri, 13 Jan 2023 11:08:57 +0100 Subject: [PATCH] Remove duplicate entry in table and sort correctly --- docs/error-handling.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/error-handling.md b/docs/error-handling.md index fdb9a16ea..a2400481b 100644 --- a/docs/error-handling.md +++ b/docs/error-handling.md @@ -36,9 +36,8 @@ Below you can find how different extensions deal with errors. Note that function | `ExecuteGetAsync` | No | | `ExecuteGetAsync` | No | | `ExecutePostAsync` | No | -| `ExecutePutAsync` | No | -| `ExecuteGetAsync` | No | | `ExecutePostAsync` | No | +| `ExecutePutAsync` | No | | `ExecutePutAsync` | No | | `GetAsync` | Yes | | `GetAsync` | Yes |