Skip to content

Commit

Permalink
Fixed reference.
Browse files Browse the repository at this point in the history
Goof-up in the previous commit...
  • Loading branch information
gheber committed Jul 23, 2015
1 parent 45a8f9c commit db8c3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bnf/misc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Miscellaneous
byte_array: "[" `byte_list` "]"
byte_list: `byte_value` ("," `byte_value`)*
byte_value: /0x[0-F][0-F]/
dims_array: non_negative_integer_array
dims_array: `non_negative_integer_array`
maxdims_array: "[" `maxdims_list` "]"
maxdims_list: `maxdim` ("," `maxdim`)*
maxdim: `positive_integer` | "H5S_UNLIMITED"
Expand Down

0 comments on commit db8c3f1

Please sign in to comment.