提交 5827824a 编写于 作者: G Guillermo Iguaran

Cleanups in API docs: his => their

上级 d2e1caaa
...@@ -174,11 +174,11 @@ module ClassMethods ...@@ -174,11 +174,11 @@ module ClassMethods
# WHERE title = 'My Post' | # WHERE title = 'My Post' |
# | # |
# | # User 2 does the same thing and also # | # User 2 does the same thing and also
# | # infers that his title is unique. # | # infers that their title is unique.
# | SELECT * FROM comments # | SELECT * FROM comments
# | WHERE title = 'My Post' # | WHERE title = 'My Post'
# | # |
# # User 1 inserts his comment. | # # User 1 inserts their comment. |
# INSERT INTO comments | # INSERT INTO comments |
# (title, content) VALUES | # (title, content) VALUES |
# ('My Post', 'hi!') | # ('My Post', 'hi!') |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册