Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Sep 24, 2024
1 parent 5624e71 commit 0d91a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ u, _ := url.Parse("http://localhost:8000")
config := agent.Config{
ClientConfig: &agent.ClientConfig{Host: u},
FetchRootKey: true,
DisableSignedQueryVerification: true,
}
```

Expand Down
2 changes: 1 addition & 1 deletion common/crust/result.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cmotoko
package crust

// Result is a generic type that represents either success (Ok) or failure (Err).
// It is used as the return type of functions which may fail.
Expand Down

0 comments on commit 0d91a82

Please sign in to comment.