Skip to content

Commit 524bacd

Browse files
committed
highlight :queue
1 parent 12dfc59 commit 524bacd

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

lib/queue.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
defmodule 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)