Skip to content

Commit

Permalink
Per #2690, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Sep 26, 2023
1 parent 94431bc commit d9e236f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Contributors_Guide/dev_details/tmp_file_use.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PB2NC creates the following temporary files when running:
* :code:`tmp_pb2nc_blk_{PID}`, :code:`tmp_pb2nc_meta_blk_{PID}`,
:code:`tmp_pb2nc_tbl_blk_{PID}`

PB2NC assumes that each input binary file requires Fortran'
PB2NC assumes that each input binary file requires Fortran
blocking prior to being read by the BUFRLIB library. It applies
Fortran blocking, writes the result to this temporary file, and
uses BUFRLIB to read its contents.
Expand All @@ -50,7 +50,7 @@ PB2NC creates the following temporary files when running:
writes it to this temporary file for later use.

.. note::
The first 3 files listed below are identical. They are all
The first 3 files listed above are identical. They are all
blocked versions of the same input file. Recommend modifying the
logic to only block the input file once.

Expand Down

0 comments on commit d9e236f

Please sign in to comment.