File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11# Qex [ ![ Hex.pm] ( https://img.shields.io/hexpm/v/qex.svg )] ( https://hex.pm/packages/qex ) [ ![ API Docs] ( https://img.shields.io/badge/api-docs-blue.svg?style=flat )] ( https://hexdocs.pm/qex/Qex.html )
22
3- A : queue wrapper with improvements in API and addition of Protocol implementations
3+ A ` :queue ` wrapper with improvements in API and addition of Protocol implementations
44
55## Protocols
66
Original file line number Diff line number Diff line change 11defmodule Qex do
22 @ moduledoc ~S"""
33
4- A minimal FIFO queue implementation for Elixir
5-
6- A primitive queue data structure that doesn't spawn a separate process
4+ A `:queue` wrapper with improvements in API and addition of Protocol implementations
75
86 ## Protocols
97
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ defmodule Qex.Mixfile do
3535 end
3636
3737 defp description do
38- "A :queue wrapper with improvements in API and addition of Protocol implementations"
38+ "A ` :queue` wrapper with improvements in API and addition of Protocol implementations"
3939 end
4040
4141 defp package do
You can’t perform that action at this time.
0 commit comments