Updated documentation

This commit is contained in:
2025-01-30 22:51:16 -05:00
parent 00570f07fe
commit b0b8bf23af

@@ -86,7 +86,7 @@ Assertions:
# Flags # Flags
Flags are used to change the behavior of the engine. None of them are enabled by default. They are passed as an [ReFlag] slice to [Compile]. Flags are used to change the behavior of the engine. None of them are enabled by default. They are passed as variadic arguments to [Compile].
The list of flags, and their purpose, is provided in the type definition. The list of flags is provided in the type definition for [ReFlag].
*/ */
package regex package regex