Browse Source

Update a doc comment for pub mod sigma

Ian Goldberg 4 months ago
parent
commit
f9e96f3456
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sigma_compiler_core/src/lib.rs

+ 2 - 2
sigma_compiler_core/src/lib.rs

@@ -1,8 +1,8 @@
 use proc_macro2::TokenStream;
 
 /// The submodules that would be useful to have in the lower-level
-/// `sigma` crate are for now included as submodules of a local `sigma`
-/// module
+/// `sigma-rs` crate are for now included as submodules of a local
+/// `sigma` module.
 pub mod sigma {
     pub mod codegen;
     pub mod combiners;