Skip to content

Commit 5d4c6a7

Browse files
committed
added backward compatibility line
1 parent 4ea29cf commit 5d4c6a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FortranCon2021-string/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ Since the start of the project, several string inquiry and manipulation procedur
1414
Every type of usage from common ones like *reversing a string* to peculiar ones like *finding n-th non-overlapping substring* are developed in close collaboration with the community.
1515
Flexible high-level procedures like *slice* catering to every possible need while low-level APIs like *count* are optimized to readily build upon (as stand-alone or in combination with other provided APIs) to meet any specific requirement of a user.
1616

17-
All procedures work both with deferred-length intrinsic character as smoothly as with *string_type*.
18-
This allows seamless integration of stdlib's string processing with existing projects.
17+
All procedures work with deferred-length intrinsic character as smoothly as with *string_type*. This allows for a seamless integration of stdlib's string processing with the existing projects. Moreover, APIs being backward compatible will continue to serve old projects even with their latest versions.

0 commit comments

Comments
 (0)