Skip to content

Commit 663ec75

Browse files
floberndathre0z
andauthored
Update include/Zydis/Formatter.h
Co-authored-by: Joel Höner <[email protected]>
1 parent 3776ccd commit 663ec75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/Zydis/Formatter.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,10 @@ typedef enum ZydisFormatterProperty_
299299
*/
300300
ZYDIS_FORMATTER_PROP_HEX_UPPERCASE,
301301
/**
302-
* Controls whether to prepend hexadecimal values with a leading zero, if the first character
302+
* Controls whether to prepend hexadecimal values with a leading zero if the first character
303303
* is non-numeric.
304304
*
305-
* Pass `ZYAN_TRUE` to prepend a leading zero, if the first character is non-numeric or
305+
* Pass `ZYAN_TRUE` to prepend a leading zero if the first character is non-numeric or
306306
* `ZYAN_FALSE` to disable this functionality.
307307
*
308308
* The default value is `ZYAN_FALSE`.

0 commit comments

Comments
 (0)