Skip to content

Commit 012322b

Browse files
committed
typos
1 parent 8cea65e commit 012322b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/logging.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const FUNCTIONS3 = """
4343
"""
4444
const FUNCTIONS4 = """
4545
46-
Testing that `LearnAPI.functions(learner)` exludes `:(LearnAPI.features)`, as
46+
Testing that `LearnAPI.functions(learner)` excludes `:(LearnAPI.features)`, as
4747
`LearnAPI.is_static(learner)` is `true`.
4848
4949
"""
@@ -410,7 +410,7 @@ const FIT_SCITYPE = """
410410
"""
411411
const TARGET_OBSERVATION_SCITYPE = """
412412
413-
Checking that `LearnAPI.target(learner, observatoins)` satisifies the constraints
413+
Checking that `LearnAPI.target(learner, observatoins)` satisfies the constraints
414414
articulated by `LearnAPI.target_observation_scitype(learner)`.
415415
416416
"""

src/testapi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ contracts against one or more data sets.
88
using LearnTestAPI
99
1010
X = (
11-
feautre1 = [1, 2, 3],
11+
feature1 = [1, 2, 3],
1212
feature2 = ["a", "b", "c"],
1313
feature3 = [10.0, 20.0, 30.0],
1414
)

src/tools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ end
137137
138138
*Private method.*
139139
140-
Replaces the expresion `lhs == rhs` with `isnear(lhs, rhs; kwargs...)` for testing a weaker
140+
Replaces the expression `lhs == rhs` with `isnear(lhs, rhs; kwargs...)` for testing a weaker
141141
form of equality. Here `kwargs...` are keyword arguments accepted in `isapprox(lhs, rhs;
142142
kwargs...)`, which is called if `lhs == rhs` fails.
143143

0 commit comments

Comments
 (0)