mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 08:00:48 +03:00
Merge pull request #3879 from blm768/adjust_examples
Changed "Examples:" in Ddoc to "Example:"
This commit is contained in:
commit
7a06e21cc7
26 changed files with 233 additions and 233 deletions
|
@ -1939,7 +1939,7 @@ corresponding $(D sort), but $(D schwartzSort) evaluates $(D
|
|||
transform) only $(D r.length) times (less than half when compared to
|
||||
regular sorting). The usage can be best illustrated with an example.
|
||||
|
||||
Examples:
|
||||
Example:
|
||||
----
|
||||
uint hashFun(string) { ... expensive computation ... }
|
||||
string[] array = ...;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue