Skip to content

Commit f4f958b

Browse files
committed
Issue mongodb#65: fix missing quote
1 parent 7ce9d7c commit f4f958b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/zh/LC_MESSAGES/reference/sql-comparison.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ msgid ""
344344
":method:`~cursor.sort()`, and :method:`~cursor.count()`."
345345
msgstr ""
346346
"获取更多信息,查看 "
347-
:method:`db.collection.find()`, "
347+
":method:`db.collection.find()`, "
348348
":method:`db.collection.distinct()`, :method:`db.collection.findOne()`, "
349349
":query:`$ne` :query:`$and`, :query:`$or`, :query:`$gt`, :query:`$lt`, "
350350
":query:`$exists`, :query:`$lte`, :query:`$regex`, :method:`~cursor.limit()`,"

0 commit comments

Comments
 (0)