Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit040070b

Browse files
neta-kedemtrptcolin
authored andcommitted
text styling
"A multimethod takes one or more arguments" sound better than previous version
1 parenteb73f39 commit040070b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/koans/27_multimethods.clj‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
(defmethodmultimethod-with-args:path-three [_])
2626

2727
(meditations
28-
"A multimethod takesanone or more arguments to dispatch on"
28+
"A multimethod takes one or more arguments to dispatch on"
2929
(= __
3030
(multimethod-without-args:first))
3131

@@ -41,4 +41,4 @@
4141
"This allows us to something different in each method implementation"
4242
(= __
4343
(multimethod-with-args:path-two {:first-opt1
44-
:second-opt [012]})))
44+
:second-opt [012]})))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp