Skip to content

Commit ab04a40

Browse files
committed
Fix the sample module names
1 parent 4dde7a2 commit ab04a40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/Gists/StarGist.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-# LANGUAGE OverloadedStrings #-}
2-
module StarRepo where
2+
module StarGist where
33

44
import qualified GitHub.Data.Name as N
55
import qualified GitHub.Endpoints.Gists as GH

samples/Gists/UnstarGist.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-# LANGUAGE OverloadedStrings #-}
2-
module StarRepo where
2+
module UnstarGist where
33

44
import qualified GitHub.Data.Name as N
55
import qualified GitHub.Endpoints.Gists as GH

0 commit comments

Comments
 (0)