Fill in a bit of missing TomDoc

Fill in a piece of missing doc for the `build` function in `commands/build.rb`
This commit is contained in:
Alfred Xing 2014-06-28 17:46:10 -07:00
parent 3dffa8284f
commit bb9517b73f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module Jekyll
# Build your Jekyll site.
#
# site - the Jekyll::Site instance to build
# options - the
# options - A Hash of options passed to the command
#
# Returns nothing.
def build(site, options)