[ruby/pstore] [DOC] Link fixes
https://github.com/ruby/pstore/commit/3f328a1e0e
This commit is contained in:
parent
1cbb1b5578
commit
48b141b49d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user