Skip to content
Merged
Show file tree
Hide file tree
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 docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The `modflow-devtools` package provides a set of tools for developing and testin
:maxdepth: 2
:caption: Specification

md/dfn-schema.md
md/dfnspec.md
md/dfns.md

.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion docs/md/dfns.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Available field types:
| `String` | `"string"` | String value |
| `Integer` | `"integer"` | Integer value |
| `Double` | `"double"` | Floating-point value |
| `File` | `"file"` (legacy `"path"`) | File path |
| `File` | `"file"` | File path |
| `Array` | `"array"` | Fixed or dynamic array |
| `Record` | `"record"` | Single-line product type |
| `Union` | `"union"` | Tagged sum type |
Expand Down
Loading