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 8ae51e4 commit 1fbd4e5
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 @@ -919,7 +919,7 @@ def longToByteArray(input: Long): Coll[Byte]
def decodePoint(bytes: Coll[Byte]): GroupElement


/** Extracts Context variable from self input by id and type.
/** Extracts Context variable from SELF input by id and type.
* ErgoScript is typed, so accessing a the variables is an operation which involves
* some expected type given in brackets. Thus `getVar[Int](id)` expression should
* evaluate to a valid value of the `Option[Int]` type.
Expand Down

0 comments on commit 1fbd4e5

Please sign in to comment.