Skip to content

Commit

Permalink
Typo fix in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Feb 3, 2024
1 parent f85ff8b commit 65f8a24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions convex-core/src/test/resources/examples/samples.cvx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

(def my-token (deploy (fungible/build-token {:supply 1000000})))

;; Create new new markey
;; Create new new market

(torus/create-market my-token)


;; Buy

;; Buy USD tokens with my-token

(torus/buy USD 10000 my-token)

0 comments on commit 65f8a24

Please sign in to comment.