mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
Changed "Examples:" in Ddoc to "Example:"
This commit is contained in:
parent
b528be4d4c
commit
5f08c058ab
26 changed files with 233 additions and 233 deletions
|
@ -75,7 +75,7 @@ $(TR $(TDNW UUID namespaces)
|
|||
* boost._uuid) from the Boost project with some minor additions and API
|
||||
* changes for a more D-like API.
|
||||
*
|
||||
* Examples:
|
||||
* Example:
|
||||
* ------------------------
|
||||
* UUID[] ids;
|
||||
* ids ~= randomUUID();
|
||||
|
@ -207,7 +207,7 @@ public struct UUID
|
|||
* format. These 16-ubytes always equal the big-endian structure
|
||||
* defined in RFC 4122.
|
||||
*
|
||||
* Examples:
|
||||
* Example:
|
||||
* -----------------------------------------------
|
||||
* auto rawData = uuid.data; //get data
|
||||
* rawData[0] = 1; //modify
|
||||
|
@ -330,7 +330,7 @@ public struct UUID
|
|||
*
|
||||
* For a less strict parser, see $(LREF parseUUID)
|
||||
*
|
||||
* Examples:
|
||||
* Example:
|
||||
* -------------------------
|
||||
* id = UUID("8AB3060E-2cba-4f23-b74c-b52db3bdfb46");
|
||||
* assert(id.data == [138, 179, 6, 14, 44, 186, 79, 35, 183, 76,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue