Explorar o código

typo in comment

Ian Goldberg hai 4 meses
pai
achega
081b5c17f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      sigma_compiler_core/src/sigma/types.rs

+ 1 - 1
sigma_compiler_core/src/sigma/types.rs

@@ -28,7 +28,7 @@ pub enum AExprType {
 }
 
 impl From<&str> for AExprType {
-    /// A convenience function for creating a [`AExprType`] from a
+    /// A convenience function for creating an [`AExprType`] from a
     /// [`&str`].  Pass one of (or their short forms):
     ///   - `"Scalar"` (`"S"`)
     ///   - `"pub Scalar"` (`"pS"`)