From 1387b6a47612a04e150e1ee67c7e2ef85a87bbfb Mon Sep 17 00:00:00 2001 From: David Nault Date: Sat, 23 Jul 2022 23:40:47 -0700 Subject: [PATCH] fix typo --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 45cf396..a1f9af5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,7 @@ ## 0.15.0 - July 23, 2022 :bug: [#69](https://github.com/dnault/therapi-runtime-javadoc/issues/69) -Fixed a regression in 0.14.0 where attemping to get Javadoc for a nested class would throw IllegalArgumentException. +Fixed a regression in 0.14.0 where attempting to get Javadoc for a nested class would throw IllegalArgumentException. Thank you to yanxiyue for investigating the issue. :bug: [#70](https://github.com/dnault/therapi-runtime-javadoc/issues/70)