mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
chore: fix typo
This commit is contained in:
@ -290,7 +290,7 @@ const c = @cImport({
|
|||||||
/// Freetype load flags to enable. The format of this is a list of flags to
|
/// 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
|
/// 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, it's default value is used, so you must
|
||||||
/// explicitely disable flags you don't want. You can also use `true` or `false`
|
/// explicitly disable flags you don't want. You can also use `true` or `false`
|
||||||
/// to turn all flags on or off.
|
/// to turn all flags on or off.
|
||||||
///
|
///
|
||||||
/// Available flags:
|
/// Available flags:
|
||||||
|
Reference in New Issue
Block a user