Skip to content

Commit

Permalink
JANITORIAL: Fix judgement typos (#10059)
Browse files Browse the repository at this point in the history
  • Loading branch information
raziel- committed Jun 19, 2024
1 parent 3acdb8a commit 81d8fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README-documentation-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ code/preformatted blocks.
You can use Markdown's `[link markup format](https://example.com/)`, but
sometimes it's clearer to list bare URLs; the URL will be visible on the
wiki page, but also clickable to follow the link. This is up to your judgement
wiki page, but also clickable to follow the link. This is up to your judgment
on a case-by-case basis.
Expand Down
2 changes: 1 addition & 1 deletion include/SDL3/SDL_render.h
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_DestroyRenderer(SDL_Renderer *renderer);
*
* This means you do not need to save state in your rendering code to protect
* the SDL renderer. However, there lots of arbitrary pieces of Direct3D and
* OpenGL state that can confuse things; you should use your best judgement
* OpenGL state that can confuse things; you should use your best judgment
* and be prepared to make changes if specific state needs to be protected.
*
* \param renderer the rendering context.
Expand Down

0 comments on commit 81d8fcb

Please sign in to comment.