Skip to content

Commit 2e9546e

Browse files
committed
fix typo error
1 parent 8ed18e5 commit 2e9546e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/woqlClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ WOQLClient.prototype.prepareRevisionControlArgs = function (rc_args) {
10271027
* }
10281028
* }]
10291029
*
1030-
* // client.addDocument(json,{"graph_type":"schema","full_replace:tue"},
1030+
* // client.addDocument(json,{"graph_type":"schema","full_replace:true"},
10311031
"mydb","update the all schema");
10321032
*
10331033
* // Here we will pass true to show how to get dataVersion

0 commit comments

Comments
 (0)