Skip to content

Commit 270a4b3

Browse files
authored
Fix typo in UOR Proc Macros section
1 parent 0e2b7f9 commit 270a4b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ NON-Agnostic utilities (these belong in their respective crates/modules) include
4040

4141
## UOR Proc Macros
4242
`common\uor-proc-macros` Contains all procedural macros used elsewhere. This crate exists because:
43-
1. Procedural macros must be built in a Std environment, and all other crates are no_std. x
44-
2. Proc macros also require their crates to only export proc macros, nothing else.
43+
1. Procedural macros must be built in a Std environment, and all other crates are no_std.
44+
2. Proc macros also require their crates to only export proc macros, nothing else.

0 commit comments

Comments
 (0)