diff --git a/src/lib/scalar.ts b/src/lib/scalar.ts index 32aa8d6789..267eb86f54 100644 --- a/src/lib/scalar.ts +++ b/src/lib/scalar.ts @@ -238,7 +238,7 @@ class Scalar { * * This function is the implementation of `ProvableExtended.toInput()` for the {@link Field} type. * - * @param value - The {@link Field} element to get the `input` array. + * @param value - The {@link Scalar} element to get the `input` array. * * @return An object where the `fields` key is a {@link Field} array of length 1 created from this {@link Field}. *