Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit51aaa01

Browse files
authored
Merge pull requestfsharp#793 from TAGC/patch-1
Correct typos in README
2 parents1de369c +faea253 commit51aaa01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The F# community use this repo and others to publish these components:
1717

1818
*[Fable](http://fable.io/), the F# compiler for JavaScript, published from its own repo but using FSharp.Compiler.Service NuGet package
1919

20-
* “fsharp” Debian Linuxpackges for F# + Mono (published from[derivative repo](https://github.com/mono/linux-packaging-fsharp/))
20+
* “fsharp” Debian Linuxpackages for F# + Mono (published from[derivative repo](https://github.com/mono/linux-packaging-fsharp/))
2121

2222
* “fsharp” as bundled in macOS tooling for F# + Mono by Xamarin and installed either from[the Mono Project Download page](http://www.mono-project.com/download/#download-mac) or via homebrew cask as part of the[`mono-mdk`](https://github.com/caskroom/homebrew-cask/blob/master/Casks/mono-mdk.rb) cask (`brew cask install mono-mdk`)
2323

@@ -74,7 +74,7 @@ The NuGet packages are exactly the ones produced by AppVeyor CI, e.g. [for versi
7474
by someone with appropriate permissions.
7575

7676
The``FSharp.Compiler.Tools`` NuGet package can be used if you wish to use the latest F# compiler on a computer without relying on the installed version of Visual Studio.
77-
Adding it vianuget to a project will override the in-box compiler with the compiler from thenuget package.
77+
Adding it viaNuGet to a project will override the in-box compiler with the compiler from theNuGet package.
7878
Note: you will need to manually modify your project file once (seehttps://github.com/fsharp/fsharp/issues/676).
7979

8080
###The``fsharp`` Debian Linux Package
@@ -117,7 +117,7 @@ F# is packaged as part of Mono on macOS. Jason Imison says:
117117
118118
###Package feeds
119119

120-
A feed ofnuget packages from builds is available from AppVeyor using the NuGet feed:https://ci.appveyor.com/nuget/fsgit-fsharp
120+
A feed ofNuGet packages from builds is available from AppVeyor using the NuGet feed:https://ci.appveyor.com/nuget/fsgit-fsharp
121121

122122
If using Paket, add the source at the top of`paket.dependencies`.
123123

@@ -171,7 +171,7 @@ Build using:
171171

172172
mono\build.bat
173173

174-
Thisbuild the proto compiler, then the library, then the final compiler.
174+
Thisbuilds the proto compiler, then the library, then the final compiler.
175175

176176
###Build Note: Strong Names
177177

@@ -208,7 +208,7 @@ There are certain guidelines that need to be followed when integrating changes f
208208
* this repository does not undergo the QA test process that upstream does, so the`tests/fsharpqa` folder and all files within should be removed when merging
209209
* this repository does not contain any of the Visual Studio tooling or integrations, so the`vsintegration` directory and all files within should be removed when merging
210210
* anything referencing`FSharp.LaunguageService.Compiler` is a Microsoft-internal version of the open FSharp.Compiler.Service repository, and should be removed when merging
211-
* Windows-specificscrips like`update.cmd` and`runtests.cmd` aren't used in this repository, and so should be removed when merging
211+
* Windows-specificscripts like`update.cmd` and`runtests.cmd` aren't used in this repository, and so should be removed when merging
212212

213213
###Continuous Integration Build
214214

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp