Skip to content

Commit

Permalink
Tweak from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Rybakov <dmitry.rybakov@mongodb.com>
  • Loading branch information
jamis and comandeo-mongo authored Jan 15, 2024
1 parent 57537e5 commit 28808f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongo/session/server_session/dirtyable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def dirty?
# Mark the server session as dirty (the default) or clean.
#
# @param [ true | false ] mark whether the mark the server session
# #dirty
# dirty or not.
# or not.
def dirty!(mark = true)
@dirty = mark
Expand Down

0 comments on commit 28808f9

Please sign in to comment.