Skip to content

Commit

Permalink
doc/manual: fix code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Nov 16, 2013
1 parent 9d8de89 commit 90afd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/calling-c-and-fortran-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ Non-constant Function Specifications

A ``(name, library)`` function specification must be a constant expression.
However, it is possible to use computed values as function names by staging
through ``eval`` as follows:
through ``eval`` as follows::

@eval ccall(($(string("a","b")),"lib"), ...

Expand Down

0 comments on commit 90afd90

Please sign in to comment.