mirror of
https://github.com/IBM/fp-go.git
synced 2025-11-23 22:14:53 +02:00
doc: fix case
Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
@@ -5,8 +5,8 @@ package tuple
|
||||
|
||||
|
||||
import (
|
||||
M "github.com/ibm/fp-go/monoid"
|
||||
O "github.com/ibm/fp-go/ord"
|
||||
M "github.com/IBM/fp-go/monoid"
|
||||
O "github.com/IBM/fp-go/ord"
|
||||
)
|
||||
|
||||
// Tuple1 is a struct that carries 1 independently typed values
|
||||
|
||||
Reference in New Issue
Block a user