Skip to content

Commit 7dc8cec

Browse files
michallencxiaoxiang781216
authored andcommitted
examples/hello_nim/Kconfig: name consistent with other Hello World apps
Use "Hello, language" scheme to keep the naming consistency with other Hello World applications for different languages. Signed-off-by: Michal Lenc <michallenc@seznam.cz>
1 parent 96a0030 commit 7dc8cec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/hello_nim/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#
55

66
config EXAMPLES_HELLO_NIM
7-
tristate "\"Hello, World!\" example (Nim)"
7+
tristate "\"Hello, Nim!\" example"
88
default n
99
---help---
10-
Enable the \"Hello, World!\" example
10+
Enable the \"Hello, Nim!\" example in Nim language
1111

1212
if EXAMPLES_HELLO_NIM
1313

0 commit comments

Comments
 (0)