Skip to content

Commit

Permalink
Update spec/Candid.md
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio Russo <claudio@dfinity.org>
  • Loading branch information
chenyan-dfinity and crusso authored Dec 15, 2023
1 parent abdc405 commit 65d21a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Candid.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ service : A
```
File `B.did`:
```
import "A.did"; // Cannot use import_service because of method name duplication
import "A.did"; // Cannot use `import service` because of method name duplication
service B : A ;
```

Expand Down

0 comments on commit 65d21a3

Please sign in to comment.