Skip to content

Commit

Permalink
Add missing commas in config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Peairs committed Jun 3, 2024
1 parent 0c7bf43 commit 1e0268c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/config/boundaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ zero-charge boundary condition.
"Terminal":
[
{
"Index": <int>
"Index": <int>,
"Attributes": [<int array>],
},
...
Expand All @@ -515,7 +515,7 @@ boundary.
"SurfaceFlux":
[
{
"Index": <int>
"Index": <int>,
"Attributes": [<int array>],
"Type": <string>,
"TwoSided": <bool>,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/config/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
```json
"Problem":
{
"Type": <string>
"Type": <string>,
"Verbose": <int>,
"Output": <string>
}
Expand Down

0 comments on commit 1e0268c

Please sign in to comment.