aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2023-09-21 21:58:13 +0100
committergit <svn-admin@ruby-lang.org>2023-09-21 21:08:28 +0000
commit48b141b49dc1f6509e33fb94d4beb474862d9b0a (patch)
treec4b7e9dbb8298986ac5e8737b5ff122406f48ff5
parent1cbb1b5578dfd220e7b49c41f9a09b6ddbf439db (diff)
downloadruby-48b141b49dc1f6509e33fb94d4beb474862d9b0a.tar.gz
[ruby/pstore] [DOC] Link fixes
https://github.com/ruby/pstore/commit/3f328a1e0e
-rw-r--r--lib/pstore.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/pstore.rb b/lib/pstore.rb
index 97df3c1509..2d162f3d1a 100644
--- a/lib/pstore.rb
+++ b/lib/pstore.rb
@@ -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