Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #295 from ErikSchierboom/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Array2D.init docs
  • Loading branch information
KevinRansom authored Oct 30, 2017
2 parents 28133e2 + b72f43c commit 76a987e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conceptual/array2d.init['t]-function-[fsharp].md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Returns the generated array.

This function is named `Initialize` in compiled assemblies. If you are accessing the function from a language other than F#, or through reflection, use this name.

## Examxample
## Example

The following code demonstrates the use of `Array2D.init` to create a two-dimensional array.

Expand All @@ -74,4 +74,4 @@ Supported in: 2.0, 4.0, Portable

[Collections.Array2D Module (F#)](Collections.Array2D-Module-%5BFSharp%5D.md)

[Microsoft.FSharp.Collections Namespace (F#)](Microsoft.FSharp.Collections-Namespace-%5BFSharp%5D.md)
[Microsoft.FSharp.Collections Namespace (F#)](Microsoft.FSharp.Collections-Namespace-%5BFSharp%5D.md)

0 comments on commit 76a987e

Please sign in to comment.