Fix Word Spelling 'Naocs' in Comment (#8646)

This commit is contained in:
ZhangShenao 2022-07-01 00:24:09 +08:00 committed by GitHub
parent 7aa74b9643
commit 10eacb7808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ public interface NacosConfigConverter<T> {
/**
* Convert the Nacos' config of type S to target type T.
*
* @param config the Naocs's config to convert, which must be an instance of S (never {@code null})
* @param config the Nacos's config to convert, which must be an instance of S (never {@code null})
* @return the converted object, which must be an instance of T (potentially {@code null})
*/
T convert(String config);