diff --git a/README.md b/README.md index d5f7a92..5163182 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ProjectScaffold -This project can be used to scaffold a prototypical .NET solution including file system layout and tooling. This includes a build process which: +This project can be used to scaffold a prototypical .NET solution including file system layout and tooling. This includes a build process that: * updates all AssemblyInfo files * compiles the application and runs all test projects diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aa383bd..aeccdf5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,5 @@ ### 1.0 - Unreleased -* More awesome stuff comming +* More awesome stuff coming * Added SourceLink for Source Indexing PDB #### 0.5.1-beta - November 6 2013 diff --git a/docs/content/index.fsx b/docs/content/index.fsx index 9f952df..1a42c68 100644 --- a/docs/content/index.fsx +++ b/docs/content/index.fsx @@ -38,7 +38,7 @@ Samples & documentation ----------------------- The library comes with comprehensible documentation. -It can include a tutorials automatically generated from `*.fsx` files in [the content folder][content]. +It can include tutorials automatically generated from `*.fsx` files in [the content folder][content]. The API reference is automatically generated from Markdown comments in the library implementation. * [Tutorial](tutorial.html) contains a further explanation of this sample library. diff --git a/init.fsx b/init.fsx index 65db0e5..2af518b 100644 --- a/init.fsx +++ b/init.fsx @@ -179,4 +179,3 @@ let generate templatePath generatedFilePath = generate (localFile "build.template") (localFile "build.fsx") generate (localFile "docs/tools/generate.template") (localFile "docs/tools/generate.fsx") File.Delete "init.fsx" - diff --git a/src/FSharp.ProjectTemplate/Library.fs b/src/FSharp.ProjectTemplate/Library.fs index 9249084..b6924e4 100644 --- a/src/FSharp.ProjectTemplate/Library.fs +++ b/src/FSharp.ProjectTemplate/Library.fs @@ -14,4 +14,3 @@ module Library = /// ## Parameters /// - `num` - whatever let hello num = 42 -