Skip to content

Commit 9b3a750

Browse files
committed
fix: doc include for publishing the crate
1 parent e8d34d7 commit 9b3a750

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bmatcher = "0.1"
2828

2929
## Creating a pattern
3030

31-
An exhausive overview of the pattern syntax and operads can be found [here](./GRAMMA.MD).
31+
An exhausive overview of the pattern syntax and operads can be found [here](./bmatcher/GRAMMA.MD).
3232

3333
## Basic Usage
3434

File renamed without changes.

bmatcher/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ A guide on how to create signatures can be found here: <https://wiki.alliedmods.
1414
pub use bmatcher_core::*;
1515
pub use bmatcher_proc::pattern;
1616

17-
#[doc = include_str!("../../GRAMMA.MD")]
17+
#[doc = include_str!("../GRAMMA.MD")]
1818
pub fn doc_pattern_syntax() {}

0 commit comments

Comments
 (0)