Skip to content

Commit 6a1cc32

Browse files
Update README.md
1 parent ecb3386 commit 6a1cc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Basic types:
1212

1313
| Name | Description |
1414
| ---- | ----------- |
15-
| `uuid` | a class representing a UUID; this can be default constructed (a nil UUID), constructed from a range (defined by a pair of iterators), or from a string. |
15+
| `uuid` | a class representing a UUID; this can be default constructed (a nil UUID), constructed from a range (defined by a pair of iterators), or from a `span`. |
1616
| `uuid_variant` | a strongly type enum representing the type of a UUID |
1717
| `uuid_version` | a strongly type enum representing the version of a UUID |
1818
| `uuid_error` | a class representing an exception type for `uuid` operations |

0 commit comments

Comments
 (0)