Skip to content

Commit

Permalink
Update docs/LangSpec.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Slesarenko <aslesarenko@users.noreply.github.com>
  • Loading branch information
kushti and aslesarenko authored Oct 24, 2024
1 parent 1fbd4e5 commit 208a191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LangSpec.md
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ def decodePoint(bytes: Coll[Byte]): GroupElement
*/
def getVar[T](tag: Int): Option[T]

/** Extracts Context variable from any input by input id, variable id and variable type.
/** Extracts Context variable from any input by input index, variable id and variable type.
* Unlike getVar, it is not throwing exception when expected type does not match real type of the variable.
* Thus it can be used to get context variable from self without exception, using selfBoxIndex, e.g.
* <pre class="stHighlight">
Expand Down

0 comments on commit 208a191

Please sign in to comment.