Skip to content

Commit 4a09083

Browse files
committed
Merge branch 'patch-1' of https://github.com/dtchepak/fsharpx into patch-1
Conflicts: build.fsx
2 parents e6ba2cb + 97e5b10 commit 4a09083

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let projectDesc = "FSharpx is a library for the .NET platform implementing gener
4545
let rec getPackageDesc = function
4646
| "Http" -> projectDesc + "\r\n\r\nThis library provides common features for working with HTTP applications."
4747
| "Observable" -> projectDesc + "\r\n\r\nThis library implements a mini-Reactive Extensions (MiniRx) and was authored by Phil Trelford."
48-
| "Text.StructuredFormat" -> projectDesc + "\r\n\r\nThis library provides data structures and functoins for pretty printers."
48+
| "Text.StructuredFormat" -> projectDesc + "\r\n\r\nThis library provides data structures and functions for pretty printers."
4949
| _ -> projectDesc + "\r\n\r\nIt currently implements:\r\n\r\n" +
5050
"* Several standard monads: State, Reader, Writer, Either, Continuation, Distribution\r\n" +
5151
"* Validation applicative functor\r\n" +

src/FSharpx.Text.StructuredFormat/AssemblyInfo.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exception ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59
2222

2323
[<assembly: AssemblyDescription ("FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.
2424
25-
This library provides data structures and functoins for pretty printers.")>]
25+
This library provides data structures and functions for pretty printers.")>]
2626

2727
[<assembly: AssemblyProduct ("FSharpx.Text.StructuredFormat")>]
2828

0 commit comments

Comments
 (0)