We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e851dc commit 9db2c73Copy full SHA for 9db2c73
1 file changed
lib/src/compiler/mod.rs
@@ -230,15 +230,15 @@ struct Namespace {
230
/// .add_source(r#"
231
/// rule always_false {
232
/// condition: false
233
-/// }"#)?;///
+/// }"#)?;
234
///
235
/// let rules = compiler.build();
236
237
/// # Ok::<(), Box<dyn std::error::Error>>(())
238
/// ```
239
240
pub struct Compiler<'a> {
241
- /// Mimics YARA behaviour with respect to regular expressions, allowing
+ /// Mimics YARA behavior with respect to regular expressions, allowing
242
/// some constructs that are invalid in YARA-X by default, like invalid
243
/// escape sequences.
244
relaxed_re_syntax: bool,
0 commit comments