Merge pull request #3879 from blm768/adjust_examples

Changed "Examples:" in Ddoc to "Example:"
This commit is contained in:
Andrei Alexandrescu 2015-12-26 09:21:38 -05:00
commit 7a06e21cc7
26 changed files with 233 additions and 233 deletions

View file

@ -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 = ...;