diff options
author | Aldo "xoen" Giambelluca <xoen@xoen.org> | 2012-08-30 18:19:27 +0200 |
---|---|---|
committer | Aldo "xoen" Giambelluca <xoen@xoen.org> | 2012-08-30 18:19:27 +0200 |
commit | f049d3347751686f43ebeae0aac426010293a55b (patch) | |
tree | bb44db853e06f3a87c406cc757636a7c30f52d59 /guides/source/contributing_to_ruby_on_rails.textile | |
parent | 67fa3e8ddf5d5bfce52affba4f5bd94cfc0f114f (diff) | |
download | rails-f049d3347751686f43ebeae0aac426010293a55b.tar.gz rails-f049d3347751686f43ebeae0aac426010293a55b.tar.bz2 rails-f049d3347751686f43ebeae0aac426010293a55b.zip |
Removed spaces between name and asterisks in example CHANGELOG entry [ci skip]
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.textile')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.textile b/guides/source/contributing_to_ruby_on_rails.textile index 4bb4e3b546..427733fe03 100644 --- a/guides/source/contributing_to_ruby_on_rails.textile +++ b/guides/source/contributing_to_ruby_on_rails.textile @@ -385,7 +385,7 @@ A CHANGELOG entry should summarize what was changed and should end with author's You can continue after the code example and you can attach issue number. GH#1234 - * Your Name * + *Your Name* </plain> Your name can be added directly after the last word if you don't provide any code examples or don't need multiple paragraphs. Otherwise, it's best to make as a new paragraph. |