Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Update Parameter+Name.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
devmaximilian committed Feb 7, 2021
1 parent 47e23e3 commit a50f0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Weather/Models/Parameter+Name.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extension Parameter {
case t

/// Horizontal visibility
case visibility
case vis

/// Wind direction
case wd
Expand Down Expand Up @@ -79,7 +79,7 @@ extension Parameter {
case pmedian

/// Weather symbol
case wsymb2
case wsymb2 = "Wsymb2"

/// Unknown parameter
case unknown = ""
Expand Down

0 comments on commit a50f0ff

Please sign in to comment.