Skip to content

Commit 6d31f89

Browse files
andreasttAutomatedTester
authored andcommitted
terminology: reduce number of normative references to RFC4122
We don't have to reference RFC4122 three times in one paragraph. Once at the end lends much better readability.
1 parent 12589b5 commit 6d31f89

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,12 @@ <h2>Terminology</h2>
178178
that is not larger than <var>value</var>.
179179

180180
<p>
181-
A <dfn data-lt=uuid>Universally Unique IDentifier (UUID)</dfn> is
182-
a 128 bits long URN that requires no central registration process. [[!RFC4122]].
183-
<dfn>Generating a UUID</dfn> means Creating a
184-
<a>UUID</a> From Truly Random or Pseudo-Random Numbers [[!RFC4122]],
185-
and converting it to the string representation [[!RFC4122]].
181+
A <dfn data-lt=uuid>Universally Unique IDentifier (UUID)</dfn>
182+
is a 128 bits long URN that requires no central registration process.
183+
<dfn>Generating a UUID</dfn> means
184+
<i>Creating a UUID From Truly Random or Pseudo-Random Numbers</i>,
185+
and converting it to the string representation.
186+
[[!RFC4122]]
186187

187188
<p>
188189
The <dfn data-lt="Unix timestamp">Unix Epoch</dfn>

0 commit comments

Comments
 (0)