Skip to content

Commit 615d404

Browse files
committed
Fix docs
1 parent cf24917 commit 615d404

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jalaali Haskell
22

3-
Functions for working with Jalaali (Jalali, Persian, Khayyami, Khorshidi, Shamsi) calendar systems.
3+
Functions for working with Jalaali (Jalali, Persian, Khayyami, Khorshidi, Shamsi) calendar system.
44

55
## About
66

jalaali.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ cabal-version: 1.12
88

99
name: jalaali
1010
version: 1.0.0.0
11-
synopsis: Jalaali calendar systems
12-
description: Functions for working with Jalaali (Jalali, Persian, Khayyami, Khorshidi, Shamsi) calendar systems. Please see the README on GitHub at <https://github.com/jalaali/jalaali-hs#readme>
11+
synopsis: Jalaali calendar system
12+
description: Functions for working with Jalaali (Jalali, Persian, Khayyami, Khorshidi, Shamsi) calendar system. Please see the README on GitHub at <https://github.com/jalaali/jalaali-hs#readme>
1313
category: Time
1414
homepage: https://github.com/jalaali/jalaali-hs#readme
1515
bug-reports: https://github.com/jalaali/jalaali-hs/issues

package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ extra-source-files:
1010
- README.md
1111
- ChangeLog.md
1212

13-
synopsis: Jalaali calendar systems
13+
synopsis: Jalaali calendar system
1414
category: Time
1515

1616
description: Functions for working with
1717
Jalaali (Jalali, Persian, Khayyami, Khorshidi, Shamsi)
18-
calendar systems.
18+
calendar system.
1919
Please see the README on GitHub at <https://github.com/jalaali/jalaali-hs#readme>
2020

2121
dependencies:

src/Data/Time/Calendar/Jalaali.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- | Functions for working with Jalaali calendar systems.
1+
-- | Functions for working with Jalaali calendar system.
22
-- This library mimics the API of "Data.Time.Calendar.Gregorian".
33
module Data.Time.Calendar.Jalaali
44
( isJalaaliLeapYear

0 commit comments

Comments
 (0)