Skip to content

Commit

Permalink
Fix typo in freetype-load-flags documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl committed Jan 1, 2025
1 parent 60611b8 commit 120fffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/Config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const c = @cImport({

/// FreeType load flags to enable. The format of this is a list of flags to
/// enable separated by commas. If you prefix a flag with `no-` then it is
/// disabled. If you omit a flag, it's default value is used, so you must
/// disabled. If you omit a flag, its default value is used, so you must
/// explicitly disable flags you don't want. You can also use `true` or `false`
/// to turn all flags on or off.
///
Expand Down

0 comments on commit 120fffa

Please sign in to comment.