From 98308e317071e000bbe4f1807e1c86ffea414f0a Mon Sep 17 00:00:00 2001 From: Michael Schaefermeyer Date: Fri, 2 Sep 2016 11:00:12 +0200 Subject: More cleanup --- .gitignore | 1 + lib/boltex/bolt.ex | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 680c8c4..9b69b46 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ /cover /doc /deps +/docs erl_crash.dump *.ez diff --git a/lib/boltex/bolt.ex b/lib/boltex/bolt.ex index d433ea6..5c58a62 100644 --- a/lib/boltex/bolt.ex +++ b/lib/boltex/bolt.ex @@ -168,8 +168,8 @@ defmodule Boltex.Bolt do return a list of the former. The same goes for the messages: If there was a single data point in a message - said data point will be returned by itself. If there were multiple data points, - the list will be returned. + said data point will be returned by itself. If there were multiple data + points, the list will be returned. The signature is represented as one of the following: -- cgit v1.2.1