Skip to content

Commit

Permalink
Update builder-tools.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matiwinnetou committed Apr 2, 2023
1 parent ca19998 commit a6ca8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/builder-tools.js
Expand Up @@ -789,7 +789,7 @@ export const Showcases = [
},
{
title: "Acca",
description: "Aiken's utility library (extending standard library). It takes it's inspiration from libraries like Guava (Java) or Lodash (JavaScript). You can find in this library many missing functions, new data types (e.g. Either<a, b>) also collections (e.g. HashTree<a>, HashList<a>), Stack<a>).",
description: "Aiken's utility library (extending standard library). It takes it's inspiration from libraries like Guava (Java) or Lodash (JavaScript). You can find in this library many missing functions, new data types (e.g. Either) also collections (e.g. HashTree, HashList, Stack, Binomial Heap).",
preview: require("./builder-tools/acca.png"),
website: "https://github.com/Cardano-Fans/acca",
getstarted: null,
Expand Down

0 comments on commit a6ca8fe

Please sign in to comment.