From 64ff22e417748221e1d260ae68c718324a8d8fb2 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Fri, 10 Aug 2018 22:28:04 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a89173e..6b2b825 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ gosnow gosnow is a snowflake implementation in golang. -This is a fork of the upstream that replaces the the usage of panic() by returning errors instead. +This is a fork of the upstream that replaces the usage of panic() by returning errors instead. ~~~golang package main