From d2198dca619c12841caf1019bc890e620040fed7 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 1 May 2019 18:06:43 +0000 Subject: [PATCH] Update lib/contracts/contribution.js Co-Authored-By: bumi --- lib/contracts/contribution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/contracts/contribution.js b/lib/contracts/contribution.js index 7bcff54..14d6ded 100644 --- a/lib/contracts/contribution.js +++ b/lib/contracts/contribution.js @@ -59,7 +59,7 @@ class Contribution extends Record { } addContribution () { - deprecate('The method: `addContribution` is deprecated use `add` instead'); + deprecate('The function `addContribution()` is deprecated and will be removed in the next major version. Use `add()` instead'); return this.add(...arguments); } }