Skip to content

Commit 8dec80e

Browse files
committedDec 7, 2014
Style fixes
1 parent 869cd78 commit 8dec80e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
 

‎.yardopts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ lib/opal/**/*.rb
33
--markup markdown
44
-
55
CHANGELOG.md
6-
docs/CompilerDirectives.md
6+
docs/compiler_directives.md

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ javascript.
116116

117117
### stdlib
118118

119-
Holds the stdlib that opal currently supports. This includes Observable,
120-
StringScanner, Date, etc.
119+
Holds the stdlib that opal currently supports. This includes `Observable`,
120+
`StringScanner`, `Date`, etc.
121121

122122
## Browser support
123123

‎docs/CompilerDirectives.md ‎docs/compiler_directives.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# @title Compiler Directives
2+
13
# Compiler Directives
24

35
The Opal compiler supports some special directives that can optimize or

0 commit comments

Comments
 (0)
Please sign in to comment.