Skip to content

Commit 58f3f91

Browse files
António Diaslpil
authored andcommitted
Deduplicate gleam/order negate examples
1 parent d24d514 commit 58f3f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gleam/order.gleam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ pub type Order {
2828
/// ```
2929
///
3030
/// ```gleam
31-
/// negate(Lt)
32-
/// // -> Gt
31+
/// negate(Gt)
32+
/// // -> Lt
3333
/// ```
3434
///
3535
pub fn negate(order: Order) -> Order {

0 commit comments

Comments
 (0)