diff options
author | Tuncer Ayaz <[email protected]> | 2012-04-10 12:47:44 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2012-07-05 21:34:23 +0200 |
commit | 541e986798f525add633b55349168eb1c75aa5cf (patch) | |
tree | 5e2cd17468a029c6193d807a74c0177b3e332bc9 /lib/compiler | |
parent | 8af5bd5e01cef3f0ebb760e9c7e4cea0452a270f (diff) | |
download | otp-541e986798f525add633b55349168eb1c75aa5cf.tar.gz otp-541e986798f525add633b55349168eb1c75aa5cf.tar.bz2 otp-541e986798f525add633b55349168eb1c75aa5cf.zip |
Fix various doc typos for R15B02
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/doc/src/compile.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml index b577e5ca4f..e2e2633637 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -310,7 +310,7 @@ module.beam: module.erl \ <item> <p>Add <c>Dir</c> to the list of directories to be searched when including a file. When encountering an - <c>-include</c> or <c>-include_dir</c> directive, + <c>-include</c> or <c>-include_lib</c> directive, the compiler searches for header files in the following directories:</p> <list type="ordered"> |