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
Merge pull request
#210
from egobrain/patch-1
Fixed typo in README.md
pull/216/head
Andrew Thompson
11 years ago
parent
1613842357
5e38f33b9f
commit
63c2ad6ba3
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