Browse Source

Fix typo

pull/74/head
Andrew Thompson 12 years ago
parent
commit
350ba40f0e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.org

+ 1
- 1
README.org View File

@ -101,7 +101,7 @@
["Foo"] -> "Foo", regardless of message content.
[message] -> The content of the logged message, alone.
[{pid,"Unknown Pid"}] -> "<?.?.?>" if pid is in the metadata, "Unknown Pid" if not.
[{pid, ["My pid is ", pid], "Unknown Pid"}] -> if pid is in the metada print "My pid is <?.?.?>", otherwise print "Unknown Pid"
[{pid, ["My pid is ", pid], "Unknown Pid"}] -> if pid is in the metadata print "My pid is <?.?.?>", otherwise print "Unknown Pid"
#+END_EXAMPLE
Optionally, a tuple of {atom(),semi-iolist()}

Loading…
Cancel
Save