Skip to content

Commit a35e20e

Browse files
committed
hate the .md
1 parent 395691d commit a35e20e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ Setting and reading bits:
2323

2424
```ruby
2525
ba[100] = 1
26-
ba[100] .. => 1
26+
ba[100]
27+
#=> 1
28+
2729
ba[100] = 0
30+
ba[100]
31+
#=> 0
2832
```
2933

3034
More:

0 commit comments

Comments
 (0)