We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3776ccd commit 663ec75Copy full SHA for 663ec75
include/Zydis/Formatter.h
@@ -299,10 +299,10 @@ typedef enum ZydisFormatterProperty_
299
*/
300
ZYDIS_FORMATTER_PROP_HEX_UPPERCASE,
301
/**
302
- * Controls whether to prepend hexadecimal values with a leading zero, if the first character
+ * Controls whether to prepend hexadecimal values with a leading zero if the first character
303
* is non-numeric.
304
*
305
- * Pass `ZYAN_TRUE` to prepend a leading zero, if the first character is non-numeric or
+ * Pass `ZYAN_TRUE` to prepend a leading zero if the first character is non-numeric or
306
* `ZYAN_FALSE` to disable this functionality.
307
308
* The default value is `ZYAN_FALSE`.
0 commit comments