From bb9517b73f9148c0270751ccca66af8fce2e2f93 Mon Sep 17 00:00:00 2001 From: Alfred Xing Date: Sat, 28 Jun 2014 17:46:10 -0700 Subject: [PATCH] Fill in a bit of missing TomDoc Fill in a piece of missing doc for the `build` function in `commands/build.rb` --- lib/jekyll/commands/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/commands/build.rb b/lib/jekyll/commands/build.rb index b5c0a30d..3f187601 100644 --- a/lib/jekyll/commands/build.rb +++ b/lib/jekyll/commands/build.rb @@ -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)