Skip to content

Commit 3bf44cf

Browse files
committed
minor
1 parent abd3cec commit 3bf44cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/StatisticalTraits.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ for trait in TRAITS
190190
end
191191

192192

193-
## INFO STUB FOR QUERYING TRAITS
193+
## METHOD STUB FOR LISTING ALL TRAITS OF AN OBJECT
194194

195195
"""
196196
info(X)
@@ -201,7 +201,8 @@ traits that are meaninful for the object.
201201
*Note on overloading.* This method can be overloaded directly, as in
202202
`info(X::SomeAbstractType) = ...` or, using `info(X,
203203
::Val{:some_trait}) = ...` where `:some_trait` is a key of
204-
`ScientificTypes.TRAIT_FUNCTION_GIVEN_NAME`.
204+
`ScientificTypes.TRAIT_FUNCTION_GIVEN_NAME` (such as `:is_measure`
205+
with value `is_measure`).
205206
206207
"""
207208
info(X) = info(X, Val(ScientificTypes.trait(X)))

0 commit comments

Comments
 (0)