From 48b141b49dc1f6509e33fb94d4beb474862d9b0a Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Thu, 21 Sep 2023 21:58:13 +0100 Subject: [PATCH] [ruby/pstore] [DOC] Link fixes https://github.com/ruby/pstore/commit/3f328a1e0e --- lib/pstore.rb | 8 ++++---- 1 file 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