From 20b943d6179d25979633c6ebd4a72df0b06ce316 Mon Sep 17 00:00:00 2001 From: Sigmavirus24 Date: Mon, 4 Jun 2012 22:47:02 -0400 Subject: [PATCH] Fix example for listing comments on single commit Listing the comments on a single commit should be the same as listing commit comments for a repository. --- content/v3/repos/comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v3/repos/comments.md b/content/v3/repos/comments.md index 6443fafefe..7063130840 100644 --- a/content/v3/repos/comments.md +++ b/content/v3/repos/comments.md @@ -25,7 +25,7 @@ Comments are ordered by ascending ID. ### Response <%= headers 200 %> -<%= json(:commit_comment) %> +<%= json(:commit_comment) { |h| [h] } %> ## Create a commit comment