Skip to content

Commit 9aa24d5

Browse files
committed
Minor docstring touchup
1 parent ef82b04 commit 9aa24d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default_accumulators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ end
6363
"""
6464
VariableOrderAccumulator{T<:Integer}(n=zero(T))
6565
66-
Create a new `VariableOrderAccumulator` accumulator with the number of observations set to n
66+
Create a new `VariableOrderAccumulator` with the number of observations set to `n`.
6767
"""
6868
VariableOrderAccumulator{T}(n=zero(T)) where {T<:Integer} =
6969
VariableOrderAccumulator(convert(T, n), Dict{VarName,T}())

0 commit comments

Comments
 (0)