Skip to content

Commit

Permalink
Fix Word Spelling 'Naocs' in Comment (alibaba#8646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangShenao authored Jun 30, 2022
1 parent 7aa74b9 commit 10eacb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 10eacb7

Please sign in to comment.