This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Fixed typo in README.md
Fixed forgotten commas.
pull/210/head
egobrain
11 years ago
parent
1613842357
commit
5e38f33b9f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+ 1
- 1
README.md
View File
@ -382,7 +382,7 @@ are:
* '>' - greater than
```erlang
lager:trace_console([{request, '>' 117}, {request, '
<
' 120}])
lager:trace_console([{request, '>'
,
117}, {request, '
<
'
,
120}])
```
Using '=' is equivalent to the 2-tuple form.
Write
Preview
Loading…
Cancel
Save