[ruby/pstore] [DOC] Link fixes

https://github.com/ruby/pstore/commit/3f328a1e0e
This commit is contained in:
BurdetteLamar 2023-09-21 21:58:13 +01:00 committed by git
parent 1cbb1b5578
commit 48b141b49d

View File

@ -517,8 +517,8 @@ class PStore
end
# Exits the current transaction block, committing any changes
# specified in the transaction block.
# See {Committing or Aborting}[rdoc-ref:PStore@Committing+or+Aborting].
# specified in the
# {transaction block}[rdoc-ref:PStore@The+Transaction+Block].
#
# Raises an exception if called outside a transaction block.
def commit
@ -528,8 +528,8 @@ class PStore
end
# Exits the current transaction block, discarding any changes
# specified in the transaction block.
# See {Committing or Aborting}[rdoc-ref:PStore@Committing+or+Aborting].
# specified in the
# {transaction block}[rdoc-ref:PStore@The+Transaction+Block].
#
# Raises an exception if called outside a transaction block.
def abort