Skip to content

Commit

Permalink
Improve docstring consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Mar 14, 2024
1 parent 574b785 commit eb3b1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/semantics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ is_satisfiable(p) = !is_contradiction(p)
"""
is_falsifiable(p)
Returns a `Bool`ean indicating whether `p` is
Return a `Bool`ean indicating whether `p` is
[falsifiable](https://en.wikipedia.org/wiki/Falsifiability)
(not logically equivalent to a [`tautology`](@ref)).
Expand Down Expand Up @@ -354,7 +354,7 @@ p::Proposition < q::Proposition =
"""
Bool(truth_value)
Return a `Bool` corresponding to the given [truth value](@ref nullary_operators).
Return a `Bool`ean corresponding to the given [truth value](@ref nullary_operators).
# Examples
```jldoctest
Expand Down

0 comments on commit eb3b1c7

Please sign in to comment.