We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef82b04 commit 9aa24d5Copy full SHA for 9aa24d5
src/default_accumulators.jl
@@ -63,7 +63,7 @@ end
63
"""
64
VariableOrderAccumulator{T<:Integer}(n=zero(T))
65
66
-Create a new `VariableOrderAccumulator` accumulator with the number of observations set to n
+Create a new `VariableOrderAccumulator` with the number of observations set to `n`.
67
68
VariableOrderAccumulator{T}(n=zero(T)) where {T<:Integer} =
69
VariableOrderAccumulator(convert(T, n), Dict{VarName,T}())
0 commit comments