Fix typo in doc

This commit is contained in:
Daiki Ueno
2014-03-05 17:53:02 +09:00
committed by Daiki Ueno
parent 634a475eaf
commit 2349fec9a8

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>