From 1e0268c22ae7ba8a4e705f323afcee7d09e37951 Mon Sep 17 00:00:00 2001 From: Greg Peairs Date: Mon, 3 Jun 2024 13:07:50 -0400 Subject: [PATCH] Add missing commas in config docs --- docs/src/config/boundaries.md | 4 ++-- docs/src/config/problem.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/config/boundaries.md b/docs/src/config/boundaries.md index 0fd54076d..f595bc86a 100644 --- a/docs/src/config/boundaries.md +++ b/docs/src/config/boundaries.md @@ -492,7 +492,7 @@ zero-charge boundary condition. "Terminal": [ { - "Index": + "Index": , "Attributes": [], }, ... @@ -515,7 +515,7 @@ boundary. "SurfaceFlux": [ { - "Index": + "Index": , "Attributes": [], "Type": , "TwoSided": , diff --git a/docs/src/config/problem.md b/docs/src/config/problem.md index c1a852cc2..0a00233ad 100644 --- a/docs/src/config/problem.md +++ b/docs/src/config/problem.md @@ -8,7 +8,7 @@ ```json "Problem": { - "Type": + "Type": , "Verbose": , "Output": }