Skip to content

Commit ee00807

Browse files
bbatsovstuarthalloway
authored andcommitted
Fix a typo
Signed-off-by: Stuart Halloway <[email protected]>
1 parent 8599507 commit ee00807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/clojure/reflect.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Platform implementers must:
6363
:bases a set of names of the type's bases
6464
:flags a set of keywords naming the boolean attributes
6565
of the type.
66-
:members a set of the type's members. Each membrer is a map
66+
:members a set of the type's members. Each member is a map
6767
and can be a constructor, method, or field.
6868
6969
Keys common to all members:

0 commit comments

Comments
 (0)