Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Sep 13, 2023
1 parent d6beac4 commit ef2b56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/module/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ We use `Nat as NatFromURL` to rename the imported definition.
```cicada todo
import {
Nat as NatFromURL
} from "https://cdn.cicada-solo.cic.run/docs/manual/datatypes/nat.md"
} from "https://code-of-cicada-solo.fidb.app/docs/manual/datatypes/nat.md"
compute NatFromURL.zero
compute NatFromURL.add1(NatFromURL.zero)
Expand Down

0 comments on commit ef2b56c

Please sign in to comment.