File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ let projectDesc = "FSharpx is a library for the .NET platform implementing gener
5454let rec getPackageDesc = function
5555| " Http" -> projectDesc + " \r\n\r\n This library provides common features for working with HTTP applications."
5656| " Observable" -> projectDesc + " \r\n\r\n This library implements a mini-Reactive Extensions (MiniRx) and was authored by Phil Trelford."
57- | " Text.StructuredFormat" -> projectDesc + " \r\n\r\n This library provides data structures and functoins for pretty printers."
57+ | " Text.StructuredFormat" -> projectDesc + " \r\n\r\n This library provides data structures and functions for pretty printers."
5858| " TypeProviders" -> projectDesc + " \r\n\r\n This library is for the .NET platform implementing common type providers on top of the FSharpx.Core."
5959| " TypeProviders.Math" -> projectDesc + " \r\n\r\n This library is for the .NET platform implementing a type provider for vectors."
6060| _ -> projectDesc + " \r\n\r\n It currently implements:\r\n\r\n " +
You can’t perform that action at this time.
0 commit comments