Browse Source

typo in comment

Ian Goldberg 4 months ago
parent
commit
081b5c17f7
1 changed files with 1 additions and 1 deletions
  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"`)