typo in code comment

This commit is contained in:
Ben Balter 2017-08-24 13:05:28 -04:00
parent 83d420113c
commit 1e5b997901
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module Jekyll
def_delegator :page_drop, :links, :sameAs
def_delegator :page_drop, :logo, :logo
# Expose #type and #logo and private methods and #@type as a public method
# Expose #type and #logo as private methods and #@type as a public method
def_delegator :page_drop, :type, :type
alias_method :"@type", :type
private :type