1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-10-16 11:48:29 -04:00

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

View file

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