Skip to content

Commit dc7e6d7

Browse files
p-mongop
andauthored
use dot in favor of double colon (#5165)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent ad229c7 commit dc7e6d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/reference/queries.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ at runtime:
17851785

17861786
In Mongoid versions 7.3.3 and earlier, there is a bug in ``with_scope``
17871787
where the previous scope is lost after the function returns. Set the
1788-
``Mongoid::restore_previous_scope`` global flag to true in order to get the
1788+
``Mongoid.restore_previous_scope`` global flag to true in order to get the
17891789
correct functionality.
17901790

17911791

source/release-notes/mongoid-7.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Previously, ``===`` returned ``true`` for some cases when the equivalent Ruby
4444

4545
.. note::
4646

47-
In order to get this functionality, the ``Mongoid::triple_equals_uses_is_a``
47+
In order to get this functionality, the ``Mongoid.triple_equals_uses_is_a``
4848
global flag must be set to true. If it is set to false, the ``===`` operator
4949
will function as it did in Mongoid 7.3.
5050

0 commit comments

Comments
 (0)