Skip to content

Commit f7d3984

Browse files
authored
Remove duplicate entry in table and sort correctly (#1997)
1 parent c26043a commit f7d3984

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/error-handling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ Below you can find how different extensions deal with errors. Note that function
3636
| `ExecuteGetAsync` | No |
3737
| `ExecuteGetAsync<T>` | No |
3838
| `ExecutePostAsync` | No |
39-
| `ExecutePutAsync` | No |
40-
| `ExecuteGetAsync<T>` | No |
4139
| `ExecutePostAsync<T>` | No |
40+
| `ExecutePutAsync` | No |
4241
| `ExecutePutAsync<T>` | No |
4342
| `GetAsync` | Yes |
4443
| `GetAsync<T>` | Yes |

0 commit comments

Comments
 (0)