Skip to content

Commit

Permalink
chore: nativeThrowWhen → nativeThrowIf
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Jun 21, 2024
1 parent 81dc3bb commit a627427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/Tact.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -633,10 +633,10 @@
"details": "<a href=\"https://docs.tact-lang.org/ref/core-debug#nativethrow\">Tact Docs</a>"
},
{
"trigger": "nativeThrowWhen\tthrow exit code under condition",
"contents": "nativeThrowWhen(${1:code_Int}, ${2:condition_Bool})",
"trigger": "nativeThrowIf\tthrow exit code under condition",
"contents": "nativeThrowIf(${1:code_Int}, ${2:condition_Bool})",
"kind": "function",
"details": "<a href=\"https://docs.tact-lang.org/ref/core-debug#nativethrowwhen\">Tact Docs</a>"
"details": "<a href=\"https://docs.tact-lang.org/ref/core-debug#nativethrowif\">Tact Docs</a>"
},
{
"trigger": "nativeThrowUnless\tthrow exit code unless condition",
Expand Down

0 comments on commit a627427

Please sign in to comment.