stdlib/pstore/0/pstore.rbs in rbs-3.3.2 vs stdlib/pstore/0/pstore.rbs in rbs-3.4.0.pre.1
- old
+ new
@@ -350,23 +350,21 @@
# <!--
# rdoc-file=lib/pstore.rb
# - abort()
# -->
# Exits the current transaction block, discarding any changes specified in the
- # transaction block. 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.
#
def abort: () -> untyped
# <!--
# rdoc-file=lib/pstore.rb
# - commit()
# -->
# Exits the current transaction block, committing any changes specified in the
- # transaction block. 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.
#
def commit: () -> nil