Fix a couple of typos in the .md/doc files
This commit is contained in:
parent
ede74b6be1
commit
c7f980d77d
7 changed files with 14 additions and 14 deletions
|
@ -24,7 +24,7 @@ architecture.
|
|||
The executable has a default extension of "" on Linux and OS X and
|
||||
".exe" on Windows.
|
||||
The source must include a `static void Main(string[] args) entry point
|
||||
and specify compilerOptions.emitEntryPoint in the project.json.
|
||||
and specify compilationOptions.emitEntryPoint in the project.json.
|
||||
.PP
|
||||
Output files are written to the child \f[C]bin\f[] folder, which will be
|
||||
created if it doesn\[aq]t exist.
|
||||
|
|
|
@ -14,7 +14,7 @@ dotnet compile [\-\-native] [\-\-output] [\-\-temp\-output]
|
|||
.SH DESCRIPTION
|
||||
.PP
|
||||
The compile command compiles source files from a single project to a
|
||||
binary file, either intermmediate language (IL) byte code or native
|
||||
binary file, either intermediate language (IL) byte code or native
|
||||
machine code, depending on the options provided.
|
||||
The default option is compilation to IL byte code, but may change in the
|
||||
future.
|
||||
|
@ -36,8 +36,8 @@ project.json:
|
|||
.nf
|
||||
\f[C]
|
||||
{\
|
||||
\ \ \ \ "compilerOptions":\ {
|
||||
\ \ \ \ \ \ "emitEntryPoints":\ true
|
||||
\ \ \ \ "compilationOptions":\ {
|
||||
\ \ \ \ \ \ "emitEntryPoint":\ true
|
||||
\ \ \ \ }
|
||||
}
|
||||
\f[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue