commit | 5ae1649474fdcf7bb1310e7aa48566d841bee9e5 | [log] [tgz] |
---|---|---|
author | Todd Wang <toddw@google.com> | Thu Dec 18 18:04:25 2014 -0800 |
committer | Todd Wang <toddw@google.com> | Thu Dec 18 18:04:25 2014 -0800 |
tree | 844a3d2773494fe18647e75b2d44fd809741bf52 | |
parent | 0855c06809076abc365923d683d75b7c08f25722 [diff] |
Fix tutorial
diff --git a/client/content/playgrounds/fortune.md b/client/content/playgrounds/fortune.md index 302bd85..1b13cd1 100644 --- a/client/content/playgrounds/fortune.md +++ b/client/content/playgrounds/fortune.md
@@ -24,7 +24,7 @@ type Fortune interface { // Returns a random fortune. - Get() (Fortune string, Err error) + Get() (Fortune string | error) // Adds a fortune to the set used by Get(). Add(Fortune string) error