Merge "syncQL: explain the new escape clause in the tutorial"
diff --git a/tutorials/syncbase-user-guide.md b/tutorials/syncbase-user-guide.md
index aec3340..5b13723 100644
--- a/tutorials/syncbase-user-guide.md
+++ b/tutorials/syncbase-user-guide.md
@@ -347,7 +347,7 @@
     sg.Create(ctx, wire.SyncgroupSpec{
       Description: "my syncgroup",
       Perms:       perms,
-      Prefixes:    []wire.SyncgroupPrefix{{TableName: "mytable", RowPrefix: "foo"}},
+      Prefixes:    []wire.TableRow{{TableName: "mytable", Row: "foo"}},
       MountTables: []string{"/ns.dev.v.io:8101"},
     }, wire.SyncgroupMemberInfo{
       SyncPriority: 8