Skip to content

Commit

Permalink
Fix typo in fortran.rst (#4102)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieJQuinn committed Mar 21, 2024
1 parent c90644b commit dd2f474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/source/api_full/fortran.rst
Expand Up @@ -746,11 +746,11 @@ ADIOS2 Fortran bindings handlers are mapped 1-to-1 to the ADIOS2 components desc
integer, intent(out) :: ierr
* :f90:`subroutine adios2_set_steps_selection` set a list of steps by specifying the starting step and the step count
* :f90:`subroutine adios2_set_step_selection` set a list of steps by specifying the starting step and the step count

.. code-block:: fortran
subroutine adios2_set_selection(variable, step_start, step_count, ierr)
subroutine adios2_set_step_selection(variable, step_start, step_count, ierr)
! WHERE
Expand Down

0 comments on commit dd2f474

Please sign in to comment.