aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Santos <nicholas.j.santos@gmail.com>2019-10-16 17:56:32 -0400
committeralandonovan <adonovan@google.com>2019-10-16 17:56:32 -0400
commitc9eda478e54ee4c21413ccebcaa6c89516413853 (patch)
treece3e79f820264bba7b7e8b26c668f77a88cec4cd
parent979af19b165c9bb0bb725848ab91275634848354 (diff)
downloadstarlark-go-c9eda478e54ee4c21413ccebcaa6c89516413853.tar.gz
spec: fix a broken link (#245)
The ToC links to #value-concepts, but the actual anchor being generated was #value-concepts-value-concepts. I changed the anchor, but let me know if you'd rather I changed the ToC link
-rw-r--r--doc/spec.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec.md b/doc/spec.md
index 66d4a14..1ade969 100644
--- a/doc/spec.md
+++ b/doc/spec.md
@@ -1257,7 +1257,7 @@ The [dot expression](#dot-expressions) `.split` is a dynamic operation
on the value returned by `get_filename()`.
-## Value concepts {#value-concepts}
+## Value concepts
Starlark has eleven core [data types](#data-types). An application
that embeds the Starlark intepreter may define additional types that