From 5c964c0d88613a5bea6c7cf78d1fbfcf5ae30544 Mon Sep 17 00:00:00 2001 From: "Kim, Joo Hyuk" Date: Tue, 12 Dec 2023 12:47:33 +0900 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29fec1b3..21cb5a03 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,7 +89,7 @@ for more information. #### Coding Style -Jackson projects usually adhere to well-known conventional coding guides, but there still have +Jackson projects usually adhere to well-known conventional coding guides, but there are some Jackson-specific coding conventions. Please refer to [Jackson Code Style](../../blob/master/contribution/jackson-coding-style-guide.md) for details. #### Testing