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