in Sources/SwiftBuffet/Utilities.swift [114:116]
func capitalizingFirstLetter() -> String { return prefix(1).capitalized + dropFirst() }