Fix a small error in CONTRIBUTING.md (#3403)

This commit is contained in:
syeyoung 2020-05-19 23:07:34 -04:00 committed by GitHub
parent 614a664bd3
commit f6ed326dc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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