Skip to content

Commit f5b36ec

Browse files
committed
Fixed typo
1 parent 5154132 commit f5b36ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-rpc-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-type: Simple
1212
extra-source-files: README.md
1313
cabal-version: >=1.8
1414
tested-with: GHC == 7.4.1, GHC == 7.6.3
15-
description: An implemation of the server side of JSON RPC 2.0.
15+
description: An implementation of the server side of JSON RPC 2.0.
1616
See <http://www.jsonrpc.org/specification>. This
1717
library uses 'ByteString' for input and output,
1818
leaving the choice of transport up to the user.

0 commit comments

Comments
 (0)