Skip to content
This repository was archived by the owner on Sep 30, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/vienna
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c8adda4b1ca6
Choose a base ref
...
head repository: opal/vienna
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 50a413cd5876
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 1, 2014

  1. missing backticks

    missing backticks threw off parsing of everything following
    brandondrew committed Jun 1, 2014

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ffe6f21 View commit details
  2. Merge pull request #19 from brandondrew/patch-1

    missing backticks
    adambeynon committed Jun 1, 2014
    Copy the full SHA
    50a413c View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 README.md
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -264,6 +264,7 @@ array << :bar
# => size is now 1
# => content is now [:bar]
# => size is now 2
```

#### Todo