vapor / core

🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
MIT License
82 stars 50 forks source link

small items caught when reviewing code #129

Closed steve-h closed 6 years ago

steve-h commented 6 years ago

Byte+Control.swift line 93 : public static let tilda: Byte = 0x7E should be spelled tilde not tilda your call whether an @available renamed is needed with fix.

Also line 108: public static let pipe: UInt8 = 0x7C should be public static let pipe: Byte = 0x7C

tanner0101 commented 6 years ago

@steve-h would love a PR to fix this one. Deprecate + fixit for rename would be awesome 👍