Skip to content

Commit

Permalink
fix index.md (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnazariah authored Jul 24, 2024
1 parent fc97e9a commit 3e8b1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ The JohnAz.CSharp.UnionTypes library can be [installed from NuGet](https://www.n
-------

* Define a union type in a `.csunion` file. We have a special DSL for this with a syntax that should be familiar to C# users:
```c++

```csharp
namespace Monads
{
union Maybe<T> { Some<T> | None };
Expand Down

0 comments on commit 3e8b1f6

Please sign in to comment.