Skip to content

Commit 58d64b5

Browse files
committed
errata
1 parent 39745f3 commit 58d64b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

fpm/src/fpm_strings.f90

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
!! - **OPERATOR(.IN.)** Check if array of **TYPE(STRING_T)** matches a particular **CHARACTER** string
1919
!! - [[GLOB]] function compares text strings, one of which can have wildcards ('*' or '?').
2020
!!### Miscellaneous
21-
!! - [[LEN_TRIM]] Determine total trimmed length of **string_t** array
22-
!! - [[FNV_1A]] Hash a **CHARACTER**(*) string of default kind or a **TYPE(STRING_T)** array
21+
!! - [[LEN_TRIM]] Determine total trimmed length of **STRING_T** array
22+
!! - [[FNV_1A]] Hash a **CHARACTER(*)** string of default kind or a **TYPE(STRING_T)** array
2323
!! - [[REPLACE]] Returns string with characters in charset replaced with target_char.
2424
!! - [[RESIZE]] increase the size of a **TYPE(STRING_T)** array by N elements
25-
!! adding separators and suffix and prefix strings
2625
!!
2726
!!@note `If compiled with **OpenMP**, targets will be build in parallel where possible`.
2827
!!

0 commit comments

Comments
 (0)