Skip to content

Commit

Permalink
fix model docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Sep 17, 2016
1 parent 802c514 commit b4870ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prometheus/model.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Prometheus.Model do
use Prometheus.Erlang, :prometheus_model_helpers

@doc """
Create Metric Family of `type`, `name` and `help`.
Creates Metric Family of `type`, `name` and `help`.
`collector.collect_metrics/2` callback will be called and expected to
return individual metrics list.
"""
Expand Down

0 comments on commit b4870ea

Please sign in to comment.