Skip to content

Commit fae31b9

Browse files
authored
Changed invalid_index_error to index_invalid_error
1 parent a33085d commit fae31b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Error Code | Description
5050
-----------------------|------------
5151
`success` | no error was detected
5252
`close_failure` | a `close` statement for an I/O unit failed
53-
`invalid_index_error` | the `column` was invalid for the given `line`
53+
`index_invalid_error` | the `column` was invalid for the given `line`
5454
`non_sequential_error` | the I/O unit did not have `SEQUENTIAL` access
5555
`open_failure` | an `open` statement failed
5656
`read_only_error` | an output unit did not have an `access` specifier of `'WRITE'` or `'READWRITE'`

0 commit comments

Comments
 (0)