aboutsummaryrefslogtreecommitdiff
path: root/syntax/quote.go
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2018-10-23 11:05:09 -0400
committerAlan Donovan <adonovan@google.com>2018-10-23 11:05:09 -0400
commite3deafefac22db7bfd4877d37614fe5db4b03881 (patch)
treee3de93e8b63abffb95767055fb392714cc8cc8a1 /syntax/quote.go
parentce5c2fa1ad6a8fa4beb4eacdbd3bf9997162d144 (diff)
downloadstarlark-go-e3deafefac22db7bfd4877d37614fe5db4b03881.tar.gz
rename skylark -> starlark
Change-Id: Iebd0e040ff674b2f9da39bf5242c8afaa7f4ddc8
Diffstat (limited to 'syntax/quote.go')
-rw-r--r--syntax/quote.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/quote.go b/syntax/quote.go
index 0a8321a..e08d780 100644
--- a/syntax/quote.go
+++ b/syntax/quote.go
@@ -4,7 +4,7 @@
package syntax
-// Skylark quoted string utilities.
+// Starlark quoted string utilities.
import (
"bytes"