1
0
Fork 0

Remove ambiguous wording.

This commit is contained in:
Bluejay 2025-01-14 19:48:33 -05:00
parent bb281d2749
commit 60f9613857
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#endif
// Macros for wrapping multithreaded server calls.
// - FUNC{n} is a straightforward call with no return type that takes n arguments (implicitly C given that n is 0).
// - FUNC{n} is a straightforward call with no return type that takes n arguments.
// - FUNC{n}R is a call to a method with a return type.
// - FUNC{n}S is a call to a method that requires synchronization with the main thread.
// - FUNC{n}C is const, indicating that the method does not mutate internal server state.