Commit 2bc2b54cb5a772c95a0078d5b0b26a616957d021

Thomas de Grivel 2023-07-11T13:22:41

README.md

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 0830bc2..8443e8e 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Your own order
 --------------
 
 ```common-lisp
-(defstruct fruit weight price)
+(defstruct fruit price weight)
 
 (defmethod compare ((a fruit) (b fruit))
   (compare (* (fruit-price a) (fruit-weight a))