Skip to content

Commit 928d3ee

Browse files
authored
[ fix ] typo in deprecation warning (#2979)
Fixes #2978
1 parent df6fcac commit 928d3ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Data/Rational/Unnormalised/Properties.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@ Please use *-monoʳ-≤-nonNeg instead."
19741974
*-monoˡ-≤-pos : {r} Positive r (_* r) Preserves _≤_ ⟶ _≤_
19751975
*-monoˡ-≤-pos r@{mkℚᵘ +[1+ _ ] _} _ = *-monoˡ-≤-nonNeg r
19761976
{-# WARNING_ON_USAGE *-monoˡ-≤-pos
1977-
"Warning: *-monoˡ-≤-nonNeg was deprecated in v2.0.
1977+
"Warning: *-monoˡ-≤-pos was deprecated in v2.0.
19781978
Please use *-monoˡ-≤-nonNeg instead."
19791979
#-}
19801980
≤-steps = p≤q⇒p≤r+q

0 commit comments

Comments
 (0)