aboutsummaryrefslogtreecommitdiffstats
path: root/skate/map.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/map.go')
-rw-r--r--skate/map.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/map.go b/skate/map.go
index 698725a..27bc627 100644
--- a/skate/map.go
+++ b/skate/map.go
@@ -210,7 +210,7 @@ func MapperURLFromRef(p []byte) (fields [][]byte, err error) {
// MapperPartial works on partial documents.
func MapperPartial(p []byte) (fields [][]byte, err error) {
- // XXX: slugify authors, how to compare two author strings? How do these
+ // TODO: slugify authors, how to compare two author strings? How do these
// things look like?
return nil, nil
}