- tweak DESCR

ok kili@ (who calls me a DESCR nazi for this)
This commit is contained in:
jasper 2011-04-25 15:11:39 +00:00
parent 500d822152
commit fc8251a4b1
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/25 15:08:05 kili Exp $
# $OpenBSD: Makefile,v 1.2 2011/04/25 15:11:39 jasper Exp $
COMMENT= bidirectional mapping between two key types
DISTNAME= bimap-0.2.4
REVISION= 0
CATEGORIES= devel
MAINTAINER= Matthias Kilian <kili@openbsd.org>

View File

@ -1,3 +1,3 @@
A data structure representing a bidirectional mapping between two
Data structure representing a bidirectional mapping between two
key types. Each value in the bimap is associated with exactly one
value of the opposite type.