formulary: fix comment typo.

This commit is contained in:
Mike McQuaid 2016-05-22 21:29:22 +01:00
parent 375efe0945
commit d345483de1

View File

@ -2,7 +2,7 @@ require "digest/md5"
require "tap"
# The Formulary is responsible for creating instances of Formula.
# It is not meant to be used directy from formulae.
# It is not meant to be used directly from formulae.
class Formulary
FORMULAE = {}