Pārlūkot izejas kodu

Update a doc comment for pub mod sigma

Ian Goldberg 7 mēneši atpakaļ
vecāks
revīzija
f9e96f3456
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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;