Skip to content

Commit

Permalink
Correct docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 7, 2024
1 parent 0c6a23e commit ff02150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/fortran/lib/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ View source code :source:`fortran/include/utils.f90`
:f integer(i1t) type:
:f integer(i18t) int_value:
:f string_value:
:ftype string_value: character(len=:f:var:`ANSWERT_STR_LEN`)
:ftype string_value: character(len=ANSWERT_STR_LEN)

.. literalinclude:: ../../../../fortran/src/include/utils.f90
:language: Fortran
Expand Down

0 comments on commit ff02150

Please sign in to comment.