Skip to content

Commit f0b6bc3

Browse files
Fix typo in ProbabilitiesEstimator docstring (#245)
1 parent 76bf7ca commit f0b6bc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "ComplexityMeasures"
22
uuid = "ab4b797d-85ee-42ba-b621-05d793b346a2"
33
authors = "Kristian Agasøster Haaga <kahaaga@gmail.com>, George Datseries <datseris.george@gmail.com>"
44
repo = "https://github.com/juliadynamics/ComplexityMeasures.jl.git"
5-
version = "2.3.1"
5+
version = "2.3.2"
66

77
[deps]
88
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"

src/probabilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ input data and one of the following probabilities estimators. The result is a
6464
the outcome `ω[i]`. Use [`probabilities_and_outcomes`](@ref) if you need
6565
both the probabilities and the outcomes, and use [`outcome_space`](@ref) to obtain
6666
``\\Omega`` alone.
67-
The element type of ``\\Omega`` varies between estimators, but it is guranteed to be
67+
The element type of ``\\Omega`` varies between estimators, but it is guaranteed to be
6868
_hashable_. This allows for conveniently tracking the probability of a specific event
6969
across experimental realizations, by using the outcome as a dictionary key and the
7070
probability as the value for that key (or, alternatively, the key remains the outcome

0 commit comments

Comments
 (0)