Merge pull request #80 from ueno/devel

Fix typo in doc
This commit is contained in:
Anthony Green
2014-04-12 19:38:07 -04:00

View File

@@ -534,7 +534,7 @@ writable and executable addresses.
@section Closure Example
A trivial example that creates a new @code{puts} by binding
@code{fputs} with @code{stdin}.
@code{fputs} with @code{stdout}.
@example
#include <stdio.h>