Ruby: Improve doc comment

This commit is contained in:
Alex Kotov 2022-01-22 02:11:28 +05:00
parent 57caa8716c
commit 122a39b48a
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ module KernAux
##
# Raised when assertion has failed or panic has been called.
#
# @see .panic
#
class AssertError < Error; end
end