Skip to content

Commit

Permalink
Fix the sample module names
Browse files Browse the repository at this point in the history
  • Loading branch information
y-taka-23 committed Oct 31, 2017
1 parent ce185bd commit 2eadf60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/Gists/StarGist.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-# LANGUAGE OverloadedStrings #-}
module StarRepo where
module StarGist where

import qualified GitHub.Data.Name as N
import qualified GitHub.Endpoints.Gists as GH
Expand Down
2 changes: 1 addition & 1 deletion samples/Gists/UnstarGist.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-# LANGUAGE OverloadedStrings #-}
module StarRepo where
module UnstarGist where

import qualified GitHub.Data.Name as N
import qualified GitHub.Endpoints.Gists as GH
Expand Down

0 comments on commit 2eadf60

Please sign in to comment.