Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
decoc committed Sep 7, 2019
1 parent a2b6a06 commit 25d0369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Also, you can convert to tuple explicitly if you concern order of return values.

```cs
// Visual Studio dialog an explanation of return values.
var (x, y, z) = Vector3.One.ToTuple();
var (x, y, z) = Vector3.one.ToTuple();

var(r, g, b, a) = Color.red.ToTuple();
```

0 comments on commit 25d0369

Please sign in to comment.