Skip to content

Commit

Permalink
Merge pull request #3552 from aG0aep6G/ddoc-stray-parens
Browse files Browse the repository at this point in the history
Ddoc: fix two stray parentheses
  • Loading branch information
schveiguy committed Aug 14, 2015
2 parents 66bfb1d + b593591 commit f77d305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion std/path.d
Expand Up @@ -2651,7 +2651,7 @@ unittest
$(LI If `path` is a relative directory, return it unaltered.)
$(LI Find a common root between `path` and `base`.
If there is no common root, return `path` unaltered.)
$(LI Prepare a string with as many `../`) or `..\` as
$(LI Prepare a string with as many `../` or `..\` as
necessary to reach the common root from base path.)
$(LI Append the remaining segments of `path` to the string
and return.)
Expand Down
1 change: 1 addition & 0 deletions std/traits.d
Expand Up @@ -134,6 +134,7 @@
* $(LREF getSymbolsByUDA)
* ))
* )
* )
*
* Macros:
* WIKI = Phobos/StdTraits
Expand Down

0 comments on commit f77d305

Please sign in to comment.