Skip to content

Commit

Permalink
Update package comments (#208)
Browse files Browse the repository at this point in the history
* Add comment for generic package
* Modify comment for automata package
  • Loading branch information
moorara authored Dec 25, 2024
1 parent 8dd5e45 commit 7f3b890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion automata/automata.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Package automata provides data structures and algorithms for working with finite automata, a.k.a. finite state machines.
// Package automata provides data structures and algorithms for working with finite automata,
// also known as finite state machines.
package automata

import (
Expand Down
1 change: 1 addition & 0 deletions generic/generic.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package generic provides types, interfaces, and functions to support generic programming use cases.
package generic

import "golang.org/x/exp/constraints"
Expand Down

0 comments on commit 7f3b890

Please sign in to comment.