Fix typos

2-transfer-tools
Bram 2023-12-18 17:30:52 +01:00
parent d9d5760928
commit 1d3ceb9b2d
2 changed files with 5 additions and 5 deletions

View File

@ -102,14 +102,14 @@ versionsFailedToDecode =
"Matrix API returned an invalid version list" "Matrix API returned an invalid version list"
{-| Logs when the Vault remembers how to communicate with the Matrix homeserver {-| Logs when the Vault remembers how to communicate with the Matrix homeserver.
-} -}
versionsFoundLocally : String versionsFoundLocally : String
versionsFoundLocally = versionsFoundLocally =
"Found locally cached version list" "Found locally cached version list"
{-| Logs when the Matrix API has returned how to best communicate with them {-| Logs when the Matrix API has returned how to best communicate with them.
-} -}
versionsReceived : String versionsReceived : String
versionsReceived = versionsReceived =

View File

@ -3,11 +3,11 @@ module Internal.Tools.Timestamp exposing
, encode, decoder , encode, decoder
) )
{-| The Timestamp module is a simplification of the Timetsamp as delivered by {-| The Timestamp module is a simplification of the Timestamp as delivered by
elm/time. This module offers ways to work with the timestamp in meaningful ways. elm/time. This module offers ways to work with the timestamp in meaningful ways.
## Timetstamp ## Timestamp
@docs Timestamp @docs Timestamp
@ -23,7 +23,7 @@ import Json.Encode as E
import Time import Time
{-| The Timetstamp data type representing a moment in time. {-| The Timestamp data type representing a moment in time.
-} -}
type alias Timestamp = type alias Timestamp =
Time.Posix Time.Posix