From f6ed326dc1bd462af63ab8bda06a937aaa404927 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 62214a8fe4..ef3afd3c56 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