Remove incorrect html tag

Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2020-01-17 13:52:38 +01:00
committed by GitHub
parent e79c0820ef
commit aaf2679bf7

View File

@@ -7,7 +7,7 @@
<overview> <overview>
<p>A function is called without a prior function declaration or definition. <p>A function is called without a prior function declaration or definition.
When this happens, the compiler generates an implicit declaration of the function, When this happens, the compiler generates an implicit declaration of the function,
specifying an integer return type and no parameters.</p> specifying an integer return type and no parameters.
</p> </p>
<p>This may indicate a misspelled function name, or that the required header containing <p>This may indicate a misspelled function name, or that the required header containing