diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2025-11-22 19:56:06 +0100 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2025-11-22 19:56:06 +0100 |
| commit | f78fe9b8dd634e06b5c729c1656cc1b752b3add3 (patch) | |
| tree | 2f2efbb47a90c5e9fe3ab24012885e92cc210507 /src | |
| parent | 0afc66d03e566025a0cd79c65723aa6565f10488 (diff) | |
Fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/CHAD/APIv1.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHAD/APIv1.hs b/src/CHAD/APIv1.hs index 4e82130..1ba01b1 100644 --- a/src/CHAD/APIv1.hs +++ b/src/CHAD/APIv1.hs @@ -16,7 +16,7 @@ module CHAD.APIv1 ( CHADConfig(..), -- ** Primal type transform - -- | The primal type transform only important when working with special + -- | The primal type transform is only important when working with special -- operations like 'CHAD.Language.custom'. D1, |
