aboutsummaryrefslogtreecommitdiff
path: root/content/basics.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/basics.article')
-rw-r--r--content/basics.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/basics.article b/content/basics.article
index 082a6ab..e124e1a 100644
--- a/content/basics.article
+++ b/content/basics.article
@@ -17,7 +17,7 @@ By convention, the package name is the same as the last element of the import pa
#appengine: *Note:* The environment in which these programs are executed is
#appengine: deterministic, so each time you run the example program
#appengine: `rand.Intn` will return the same number.
-#appengine:
+#appengine:
#appengine: (To see a different number, seed the number generator; see [[https://golang.org/pkg/math/rand/#Seed][`rand.Seed`]].
#appengine: Time is constant in the playground, so you will need to use something else as the seed.)