Skip to content

Commit

Permalink
Doc typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
quelgar authored Oct 25, 2020
1 parent 2daea56 commit b7eed0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/essentials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ libraryDependencies += "dev.zio" %% "zio-nio" % "1.0.0-RC10"
## Main abstractions

- **[File Channel](files.md)** — For processing files that are available locally. For every operation a new fiber is started to perform the operation.
- **[Socket Channel](sockets.md)** — Provides anAPI for remote communication with `InetSocket`s.
- **[Socket Channel](sockets.md)** — Provides an API for remote communication with `InetSocket`s.
- **[Resource Management](resources.md)** - Avoiding resource leaks
- **[Character Sets](charsets.md)** - For encoding or decoding character data.

Expand Down

0 comments on commit b7eed0c

Please sign in to comment.