We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d34d7 commit 9b3a750Copy full SHA for 9b3a750
README.MD
@@ -28,7 +28,7 @@ bmatcher = "0.1"
28
29
## Creating a pattern
30
31
-An exhausive overview of the pattern syntax and operads can be found [here](./GRAMMA.MD).
+An exhausive overview of the pattern syntax and operads can be found [here](./bmatcher/GRAMMA.MD).
32
33
## Basic Usage
34
GRAMMA.MD bmatcher/GRAMMA.MDGRAMMA.MD renamed to bmatcher/GRAMMA.MD
bmatcher/src/lib.rs
@@ -14,5 +14,5 @@ A guide on how to create signatures can be found here: <https://wiki.alliedmods.
14
pub use bmatcher_core::*;
15
pub use bmatcher_proc::pattern;
16
17
-#[doc = include_str!("../../GRAMMA.MD")]
+#[doc = include_str!("../GRAMMA.MD")]
18
pub fn doc_pattern_syntax() {}
0 commit comments