Skip to content

Commit f632715

Browse files
Fix typo in README.md
1 parent 49b1fdb commit f632715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ to discuss or extend these guidelines, use the issue tracker.
4444
Ex: `SDL_INIT_VIDEO` does not change into `SDLInitVideo`.
4545

4646
2. Names of function parameters shall not be modified or "pascalified"
47-
Ex.: `type_` in `function SDL_GetEventState(type_: TSDL_EventType): UInt8` does not change into 'evType`.
47+
Ex.: `type_` in `function SDL_GetEventState(type_: TSDL_EventType): UInt8` does not change into `evType`.
4848

4949
3. Use `UInt8`, `UInt16`, `UInt32`, `SInt8`, `SInt16`, `SInt32` and so on as often as possible.
5050
Do not use the Pascal equivalents.

0 commit comments

Comments
 (0)