Skip to content

Commit 97e5b10

Browse files
committed
Fix minor typo in build.fsx
1 parent 8928a1a commit 97e5b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ let projectDesc = "FSharpx is a library for the .NET platform implementing gener
5454
let rec getPackageDesc = function
5555
| "Http" -> projectDesc + "\r\n\r\nThis library provides common features for working with HTTP applications."
5656
| "Observable" -> projectDesc + "\r\n\r\nThis library implements a mini-Reactive Extensions (MiniRx) and was authored by Phil Trelford."
57-
| "Text.StructuredFormat" -> projectDesc + "\r\n\r\nThis library provides data structures and functoins for pretty printers."
57+
| "Text.StructuredFormat" -> projectDesc + "\r\n\r\nThis library provides data structures and functions for pretty printers."
5858
| "TypeProviders" -> projectDesc + "\r\n\r\nThis library is for the .NET platform implementing common type providers on top of the FSharpx.Core."
5959
| "TypeProviders.Math" -> projectDesc + "\r\n\r\nThis library is for the .NET platform implementing a type provider for vectors."
6060
| _ -> projectDesc + "\r\n\r\nIt currently implements:\r\n\r\n" +

0 commit comments

Comments
 (0)