Skip to content

Commit 7b74720

Browse files
committed
Sort alphabetically and rename for consistency
1 parent 8632024 commit 7b74720

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/specs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This is and index/directory of the specifications (specs) for each new module/fe
1515
- [ascii](./stdlib_ascii.html) - Procedures for handling ASCII characters
1616
- [bitsets](./stdlib_bitsets.html) - Bitset data types and procedures
1717
- [error](./stdlib_error.html) - Catching and handling errors
18-
- [hash\_procedures](./stdlib_hash_procedures.html) - Hashing integer
18+
- [hash](./stdlib_hash_procedures.html) - Hashing integer
1919
vectors or character strings
20-
- [IO](./stdlib_io.html) - Input/output helper & convenience
20+
- [io](./stdlib_io.html) - Input/output helper & convenience
2121
- [kinds](./stdlib_kinds.html) - Kind parameters
2222
- [linalg](./stdlib_linalg.html) - Linear Algebra
2323
- [logger](./stdlib_logger.html) - Runtime logging system
@@ -30,8 +30,8 @@ This is and index/directory of the specifications (specs) for each new module/fe
3030
- [stats_distributions_uniform](./stdlib_stats_distribution_uniform.html) - Uniform Probability Distribution
3131
- [stats_distributions_normal](./stdlib_stats_distribution_normal.html) - Normal Probability Distribution
3232
- [string\_type](./stdlib_string_type.html) - Basic string support
33-
- [strings](./stdlib_strings.html) - String handling and manipulation routines
3433
- [stringlist_type](./stdlib_stringlist_type.html) - 1-Dimensional list of strings
34+
- [strings](./stdlib_strings.html) - String handling and manipulation routines
3535
- [version](./stdlib_version.html) - Version information
3636

3737
## Released/Stable Features & Modules

0 commit comments

Comments
 (0)