From 531c70dcb483896451845d2571473175b157a8a9 Mon Sep 17 00:00:00 2001 From: Iheb Haboubi Date: Thu, 29 Apr 2021 13:35:09 +0100 Subject: [PATCH] add punctuation in description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9032af5d..942cc488 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [deque](https://github.com/edwingeng/deque) - A highly optimized double-ended queue. * [deque](https://github.com/gammazero/deque) - Fast ring-buffer deque (double-ended queue). * [dict](https://github.com/srfrog/dict) - Python-like dictionaries (dict) for Go. -* [dsu](https://github.com/ihebu/dsu) - Disjoint Set data structure implementation in Go +* [dsu](https://github.com/ihebu/dsu) - Disjoint Set data structure implementation in Go. * [encoding](https://github.com/zhenjl/encoding) - Integer Compression Libraries for Go. * [go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) - Go implementation of Adaptive Radix Tree. * [go-datastructures](https://github.com/Workiva/go-datastructures) - Collection of useful, performant, and thread-safe data structures.