fix(dotnet): remove duplicate notes

This commit is contained in:
Marcello 2023-04-11 20:52:14 +02:00
parent 60da034417
commit c8dc5d2e53
2 changed files with 2 additions and 61 deletions

View file

@ -791,7 +791,7 @@ Both of these are designed primarily for code generation scenarios, although the
| --------- | ---------------------- |
| x `+=` y | x = x + y |
| x `-=` y | x = x - y |
| x `*=` y | x = x \* y |
| x `*=` y | x = x * y |
| x `/=` y | x = x / y |
| x `%=` y | x = x % y |
| x `<<=` y | x = x << y |