haskellPackages.RBTree: fix typo

"implemetation" -> "implementation"
This commit is contained in:
fetsorn 2023-05-08 20:20:51 +04:00
parent bb34b50cea
commit 5b0b5c8d3a

View file

@ -17394,7 +17394,7 @@ self: {
version = "0.0.5";
sha256 = "0p46b105lixbxqjz8pwxf4asl4s7zdh2ss3nvgmp1rclqfg6cwrq";
libraryHaskellDepends = [ base ];
description = "Pure haskell Red-Black-Tree implemetation";
description = "Pure haskell Red-Black-Tree implementation";
license = lib.licenses.bsd3;
}) {};