Skip to content

Commit 2f83d49

Browse files
committed
i can spell gud
1 parent 7f1b7d5 commit 2f83d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/style-guide/conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,4 @@ module Networking =
636636
...
637637
```
638638

639-
In summary, the pitfall with type abbreviations is that they are **not** abstractions over the types they are abbreviating. In the previous example, `BufferSize` is just an `int` under the covers, with no additional data, nor any benefits from the type system besdies what `int` already has.
639+
In summary, the pitfall with type abbreviations is that they are **not** abstractions over the types they are abbreviating. In the previous example, `BufferSize` is just an `int` under the covers, with no additional data, nor any benefits from the type system besides what `int` already has.

0 commit comments

Comments
 (0)