Skip to content

Commit

Permalink
Remove two semi-colons that are not actually necessary to avoid confu…
Browse files Browse the repository at this point in the history
…sion.
  • Loading branch information
JohnHalleyGotway committed Aug 15, 2024
1 parent d0ed1ef commit 98e8be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Users_Guide/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@ in the following ways:

.. code-block:: none
mask = { poly = [ "share/met/poly/CONUS.poly"; ]; }
mask = { poly = [ "share/met/poly/CONUS.poly" ]; }
* Option 2 - Gen-Vx-Mask output:

Expand All @@ -1799,7 +1799,7 @@ in the following ways:

.. code-block:: none
mask = { poly = [ "/path/to/gen_vx_mask_output.nc"; ]; }
mask = { poly = [ "/path/to/gen_vx_mask_output.nc" ]; }
* Option 3 - Any gridded data file:

Expand Down

0 comments on commit 98e8be2

Please sign in to comment.