Skip to content

Commit

Permalink
es-bigint: fixes in ScalaDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed May 1, 2024
1 parent 2590bfa commit 4532592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/shared/src/main/scala/sigma/ast/SigmaPredef.scala
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ object SigmaPredef {
BigIntConstant(new BigInteger(arg.value))
}),
OperationInfo(Constant,
"""Parsing string argument as a 256-bit signed big integer.""".stripMargin,
"""Parsing string literal argument as a 256-bit signed big integer.""".stripMargin,
Seq(ArgInfo("", "")))
)

Expand Down
2 changes: 1 addition & 1 deletion docs/LangSpec.md
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ def proveDHTuple(g: GroupElement, h: GroupElement,
*/
def proveDlog(value: GroupElement): SigmaProp

/** Transforms Base16 encoded string literal into constant of type Coll[Byte].
/** Transforms Base16 encoded string literal into constant of type BigInt.
* It is a compile-time operation and only string literal (constant) can be its
* argument.
*/
Expand Down

0 comments on commit 4532592

Please sign in to comment.