Please review pull request #51: (#12728) remove stray \ in style guide opened by (binford2k)

Description:

fix typo in the style guide

  • Opened: Mon Feb 20 20:47:51 UTC 2012
  • Based on: puppetlabs:master (b3904033f5270764bb043cd9286fe8d91c8bc3de)
  • Requested merge: binford2k:12728_remove_stray_backslash (64384f3cbb4a73ac5b33e9a2ada5d4191ef45e63)

Diff follows:

diff --git a/source/guides/style_guide.markdown b/source/guides/style_guide.markdown
index f3b1304..177b3c8 100644
--- a/source/guides/style_guide.markdown
+++ b/source/guides/style_guide.markdown
@@ -688,7 +688,7 @@ For example:
 
       include ntp::params
 
-      $server\_real = $server ? {
+      $server_real = $server ? {
         'UNSET' => $::ntp::params::server,
         default => $server,
       }

    

--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to