Update README.md

This commit is contained in:
Mikhail 2025-02-23 19:34:52 +08:00 committed by GitHub
parent 018964d1d1
commit 23ca259d6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ public readonly struct SomeGizmo : IGizmo<SomeGizmo>
}
```
```c#
//создание метода расширения
// Создание метода расширения.
public static class SomeGizmoExtensions
{
public static DrawHandler SomeGizmo(this DrawHandler self, /*...*/)