From 428f53bef02ba6d3855d3d55d9133b349f5e3978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 25 Jul 2019 10:43:36 +0200 Subject: Fix incorrect sectioning in `gemfile` man page --- man/gemfile.5.ronn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man') diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn index 9fe4176a30..41f1062fe1 100644 --- a/man/gemfile.5.ronn +++ b/man/gemfile.5.ronn @@ -310,8 +310,7 @@ Git repositories support a number of additional options. * `branch`, `tag`, and `ref`: You `MUST` only specify at most one of these options. The default - is `:branch => "master"` - * For example: + is `:branch => "master"`. For example: git "https://github.com/rails/rails.git", :branch => "5-0-stable" do -- cgit v1.2.1