From 6a1cc32637c8f30e7557157eef478aba9d71a436 Mon Sep 17 00:00:00 2001 From: Marius Bancila Date: Tue, 6 Nov 2018 22:41:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6a0c94..4396a64 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Basic types: | Name | Description | | ---- | ----------- | -| `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. | +| `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`. | | `uuid_variant` | a strongly type enum representing the type of a UUID | | `uuid_version` | a strongly type enum representing the version of a UUID | | `uuid_error` | a class representing an exception type for `uuid` operations |