Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Parser/Advanced.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ isAsciiCode =
findSubString "42" offset row col "Is 42 the answer?"
--==> (newOffset, newRow, newCol)

If `offset = 0` we would get `(3, 1, 4)`
If `offset = 0` we would get `(3, 1, 6)`
If `offset = 7` we would get `(-1, 1, 18)`
-}
findSubString : String -> Int -> Int -> Int -> String -> (Int, Int, Int)
Expand Down