Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Consistent Capitalization #1121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/java/org/bukkit/entity/Entity.java
Expand Up @@ -84,7 +84,7 @@ public interface Entity extends Metadatable {
public boolean teleport(Location location, TeleportCause cause);

/**
* Teleports this entity to the target Entity. If this entity is riding a
* Teleports this Entity to the target Entity. If this Entity is riding a
* vehicle, it will be dismounted prior to teleportation.
*
* @param destination Entity to teleport this entity to
Expand All @@ -93,7 +93,7 @@ public interface Entity extends Metadatable {
public boolean teleport(Entity destination);

/**
* Teleports this entity to the target Entity. If this entity is riding a
* Teleports this Entity to the target Entity. If this Entity is riding a
* vehicle, it will be dismounted prior to teleportation.
*
* @param destination Entity to teleport this entity to
Expand Down