Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.

Commit

Permalink
Fix package description
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih committed Feb 8, 2014
1 parent c66dfd1 commit ab58b3a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions set.go
@@ -1,10 +1,8 @@
// Package set provides both threadsafe and non-threadsafe implementations of
// a generic set data structure.

// In the threadsafe set, safety encompasses all operations on one set.
// Operations on multiple sets are consistent in that the elements
// of each set used was valid at exactly one point in time between the
// start and the end of the operation.
// a generic set data structure. In the threadsafe set, safety encompasses all
// operations on one set. Operations on multiple sets are consistent in that
// the elements of each set used was valid at exactly one point in time
// between the start and the end of the operation.
package set

// Interface describing a Set. Sets are an unordered, unique list of values.
Expand Down

0 comments on commit ab58b3a

Please sign in to comment.