Skip to content

Commit 1aea58e

Browse files
committed
typo
1 parent ce3a1b4 commit 1aea58e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StatisticalTraits.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ end
212212
info(X)
213213
214214
Return a named-tuple of trait values for `X`, keyed on the names of
215-
traits that are meaninful for the object.
215+
traits that are meaningful for the object.
216216
217217
*Note on overloading.* This method can be overloaded directly, as in
218218
`info(X::SomeAbstractType) = ...`.
219219
"""
220220
function info end
221221

222-
end #module
222+
end #module

0 commit comments

Comments
 (0)