Skip to content

Commit

Permalink
Fix typo in line 1436 (runtimeverification#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanCoRo authored Dec 14, 2021
1 parent d237125 commit a30a77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k-distribution/include/kframework/builtin/domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ length of the substring). There are two important facts to note:
character at `endIndex`, i.e., the range is `[startIndex..endIndex)`.
2. this function is only defined on valid indices (i.e., it is defined when
`startIndex < endIndex` and `endIndex` is less than or equal to the string
legnth).
length).

```k
syntax String ::= substrString ( String , startIndex: Int , endIndex: Int ) [function, functional, hook(STRING.substr)]
Expand Down

0 comments on commit a30a77c

Please sign in to comment.