aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorsyeyoung <[email protected]>2020-05-19 23:07:34 -0400
committerGitHub <[email protected]>2020-05-19 23:07:34 -0400
commitf6ed326dc1bd462af63ab8bda06a937aaa404927 (patch)
tree8719574da97cb305006b15d1f8347c8685d7d0e7 /CONTRIBUTING.md
parent614a664bd3654ee6fb2130873614beda8eff8d62 (diff)
downloadPaper-f6ed326dc1bd462af63ab8bda06a937aaa404927.tar.gz
Paper-f6ed326dc1bd462af63ab8bda06a937aaa404927.zip
Fix a small error in CONTRIBUTING.md (#3403)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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