diff --git a/pages/develop/tutorial/c/hello-world.md.txt b/pages/develop/tutorial/c/hello-world.md.txt index fdeaf9a3e..b781c671b 100644 --- a/pages/develop/tutorial/c/hello-world.md.txt +++ b/pages/develop/tutorial/c/hello-world.md.txt @@ -105,7 +105,7 @@ It defines the real ``main()`` method required by C Programs, which deals with i This is not mandatory, but it simplifies the setup and shutdown processes considerably, so we are going to use it in this series of tutorials. -## Conclusion ## +## Summary ## Hopefully you will not have found this tutorial too difficult. So far you have learned: