Skip to content

Commit 6476cac

Browse files
levno-710gitbook-bot
authored andcommitted
GitBook: [#34] No subject
1 parent 93ccef6 commit 6476cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started/writing-a-custom-config-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ local N={"Hello, World!"}local function k(k)return N[k+40058]end print(k(-40057)
4747
```
4848
{% endcode %}
4949

50-
As you can see, the only transformation that was applied to our Hello World example was putting all strings (in this case only `"Hello, World!"` into an array and creating a wrapper function for retrieving the value.
50+
As you can see, the only transformation that was applied to our Hello World example was putting all strings (in this case only `"Hello, World!"` ) into an array and creating a wrapper function for retrieving the value.
5151

5252
### How does the Config File work?
5353

0 commit comments

Comments
 (0)