Browse Source

Fix cargo doc

Ian Goldberg 3 months ago
parent
commit
0e223e7e2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sigma_compiler_core/src/sigma/codegen.rs

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

@@ -183,7 +183,7 @@ impl<'a> CodeGen<'a> {
     }
 
     /// Generate the code for the `protocol` and `protocol_witness`
-    /// functions that create the [`ComposedRelation`] and `ComposedWitness`
+    /// functions that create the `ComposedRelation` and `ComposedWitness`
     /// structs, respectively, given a slice of [`Expr`]s that will be
     /// bundled into a single `LinearRelation`.  The `protocol` code
     /// must evaluate to a `Result<ComposedRelation>` and the `protocol_witness`