From 2b1fd65313b51b82f958739d252cc3e8d618b8a0 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Tue, 30 May 2023 17:16:47 +0800 Subject: [PATCH] fix cr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01849e81..79685205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ ### ENHANCEMENTS * refactor: use bytes.ReplaceAll directly [#3455](https://github.com/gin-gonic/gin/pull/3455) -* Convert strings and slices using the officially recommended way [#3344](https://github.com/gin-gonic/gin/pull/3344) +* convert strings and slices using the officially recommended way [#3344](https://github.com/gin-gonic/gin/pull/3344) * improve render code coverage [#3525](https://github.com/gin-gonic/gin/pull/3525) ### DOCS