Skip to content

Commit e6b7e9e

Browse files
committed
Apply feedback
- Miscellaneous -> Other Projects - Less niche description of Cats Collections - spell out STM
1 parent 42fead2 commit e6b7e9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/projects/directory.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ projects = [
191191
]
192192
}
193193
{
194-
title:"Miscellaneous"
194+
title:"Other Projects"
195195
description: "Various utilities and helper libraries for the Typelevel ecosystem."
196196
projects: [
197197
{
@@ -215,7 +215,7 @@ projects = [
215215
},
216216
{
217217
title: "Cats Collections"
218-
description: "Niche purely functional collection types"
218+
description: "Purely functional collection types built for use with Cats."
219219
github: "https://github.com/typelevel/cats-collections"
220220
permalink: "https://typelevel.org/cats-collections/"
221221
platforms: [js, jvm, native]
@@ -361,7 +361,7 @@ projects = [
361361
},
362362
{
363363
title: "cats-stm"
364-
description: "A STM implementation for Cats Effect"
364+
description: "A software-transactional-memory implementation for Cats Effect."
365365
github: "https://github.com/TimWSpence/cats-stm"
366366
platforms: [js, jvm, native]
367367
},

0 commit comments

Comments
 (0)