Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Turn documentation examples into code blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcabrita committed Nov 28, 2014
1 parent 1b44e1f commit f1c325f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/murmur.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ defmodule Murmur do
## Examples
iex> Murmur.hash(:x86_32, "b2622f5e1310a0aa14b7f957fe4246fa", 2147368987)
3297211900
iex> Murmur.hash(:x86_32, "b2622f5e1310a0aa14b7f957fe4246fa", 2147368987)
3297211900
iex> Murmur.hash(:x86_128, "some random data")
5586633072055552000169173700229798482
iex> Murmur.hash(:x86_128, "some random data")
5586633072055552000169173700229798482
iex> Murmur.hash(:x64_128, [:yes, :you, :can, :use, :any, :erlang, :term!])
300414073828138369336317731503972665325
iex> Murmur.hash(:x64_128, [:yes, :you, :can, :use, :any, :erlang, :term!])
300414073828138369336317731503972665325
"""

Expand Down

0 comments on commit f1c325f

Please sign in to comment.