From 925e4c05ea2e597ec90cc7d518821d838873b045 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Tue, 18 Jul 2017 23:17:10 +1000 Subject: [PATCH] fix Util.join docs (#98) --- lib/faker/util.ex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/faker/util.ex b/lib/faker/util.ex index 1b40cbc90..c4f032fb8 100644 --- a/lib/faker/util.ex +++ b/lib/faker/util.ex @@ -29,9 +29,7 @@ defmodule Faker.Util do ## Examples - join(3, &) - date_of_birth(1) #=> ~D[2015-12-06] - date_of_birth(10..19) #=> ~D[2004-05-15] + join(3, ", ", &Faker.Code.isbn13/0) # => "9785053574562, 9787187574302, 9798231475230" """ @spec join(integer, binary, ((integer) -> binary)) :: binary def join(n, joiner \\ "", fun) do