diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 13:49:08 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:33 +0700 |
commit | d4df61c27ff171b8ddae9ef084e4a046cbac4bc5 (patch) | |
tree | 7eb9e84c60e121e66dd8003a7205ae31008ca7f4 | |
parent | c7c4f22e1eea599719757fd4ec6b87e24ada47f2 (diff) |
libraries/marisa: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/marisa/slack-desc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/marisa/slack-desc b/libraries/marisa/slack-desc index d33468b85a6a..f1672f5baafa 100644 --- a/libraries/marisa/slack-desc +++ b/libraries/marisa/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| marisa: marisa (Matching Algorithm with Recursively Implemented StorAge) marisa: -marisa: libmarisa is a C++ library for an implementation of MARISA (Matching -marisa: Algorithm with Recursively Implemented StorAge), which is a static -marisa: and space-efficient trie data structure library. Users can build +marisa: libmarisa is a C++ library for an implementation of MARISA (Matching +marisa: Algorithm with Recursively Implemented StorAge), which is a static +marisa: and space-efficient trie data structure library. Users can build marisa: dictionaries and search keys with this library. -marisa: -marisa: +marisa: +marisa: marisa: Homepage: marisa: https://s-yata.github.io/marisa-trie/docs/readme.en.html marisa: |