Skip to content

Commit

Permalink
馃摑 Fix documentation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Romitou committed Mar 10, 2021
1 parent 925dab1 commit 6ac1f67
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
"skript-json and convert the document to a Skript variable, and vice versa. " +
"You can also define the JSON of the document.")
@Examples({"set {_json} do {_document}'s mongo json",
"set mongo json of {_document} to \"\"\"example\"\": true\""})
"set mongo json of {_document} to \"{\"\"example\"\": true\"}"})
@Since("2.0.0")
public class ExprMongoDocumentJson extends SimplePropertyExpression<MongoSKDocument, String> {

Expand Down

0 comments on commit 6ac1f67

Please sign in to comment.