From c489a99bdd2e64f16685189e4c310bca64e667af Mon Sep 17 00:00:00 2001 From: Submohr Date: Fri, 1 Apr 2022 14:54:22 -0500 Subject: Fix typo in StandardException documentation Closed parenthesis in the StandardException page of the website. --- website/templates/features/experimental/StandardException.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/templates') diff --git a/website/templates/features/experimental/StandardException.html b/website/templates/features/experimental/StandardException.html index c7fc40fe..fa4c704d 100644 --- a/website/templates/features/experimental/StandardException.html +++ b/website/templates/features/experimental/StandardException.html @@ -10,7 +10,7 @@ <@f.overview>

- Put this annotation on your own exception types (new classes that extends Exception or anything else that inherits from Throwable. This annotation will then generate up to 4 constructors: + Put this annotation on your own exception types (new classes that extends Exception or anything else that inherits from Throwable). This annotation will then generate up to 4 constructors: