Skip to content

Commit

Permalink
Fix markdown for code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed Jan 25, 2017
1 parent 573ffc8 commit 9bdb776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ The following actions are available out of the box. They may be used in either
As ``Store``, but wrap value with ``Some`` for use with ``Option``. For
example:

.. code-block::
let mut x: Option<i32> = None;
ap.refer(&mut x).add_option(&["-x"], StoreOption, "Set var x");
Expand Down

0 comments on commit 9bdb776

Please sign in to comment.