Преглед на файлове

Update a doc comment for pub mod sigma

Ian Goldberg преди 7 месеца
родител
ревизия
f9e96f3456
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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;