Skip to content

Commit

Permalink
tweak predSwitch ddoc
Browse files Browse the repository at this point in the history
  • Loading branch information
e10s committed Nov 24, 2014
1 parent efcd66d commit 761293d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/algorithm.d
Expand Up @@ -196,8 +196,8 @@ $(TR $(TDNW $(LREF clamp)) $(TD $(D clamp(1, 3, 6)) returns $(D
$(TR $(TDNW $(LREF mismatch)) $(TD $(D mismatch("oh hi",
"ohayo")) returns $(D tuple(" hi", "ayo")).)
)
$(TR $(TDNW $(LREF predSwitch)) $(TD 2.predSwitch(1, "one", 2, "two", 3,
"three") returns $(D "two").)
$(TR $(TDNW $(LREF predSwitch)) $(TD $(D 2.predSwitch(1, "one", 2, "two",
3, "three")) returns $(D "two").)
)
$(LEADINGROW Iteration
)
Expand Down

0 comments on commit 761293d

Please sign in to comment.