classref: Sync with current master branch (929333fe2)

This commit is contained in:
Rémi Verschelde
2023-02-07 17:52:34 +01:00
parent 471ee84a9f
commit fc314262d1
124 changed files with 3532 additions and 2028 deletions

View File

@@ -524,7 +524,7 @@ Puts a zero-terminated UTF-8 string into the stream prepended by a 32 bits unsig
.. code-tab:: csharp
PutData("Hello World".ToUTF8());
PutData("Hello World".ToUtf8());