From 55bb1a65197db8690bcbff9825c937414ebb51fe Mon Sep 17 00:00:00 2001 From: syeyoung <42869671+cyoung06@users.noreply.github.com> Date: Tue, 19 May 2020 23:07:34 -0400 Subject: [PATCH] Fix a small error in CONTRIBUTING.md (#3403) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d87bb64de..c901008c90 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -117,7 +117,7 @@ All modifications to non-Paper files should be marked - For example: ````java entity.getWorld().dontbeStupid(); // Paper - was beStupid() which is bad -entity.getFriends().forEach(Entity::explode()); +entity.getFriends().forEach(Entity::explode); entity.a(); entity.b(); // Paper start - use plugin-set spawn