Skip to content

Commit

Permalink
Fix casing in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Nov 15, 2016
1 parent 024398c commit 73f2317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public interface PayPalApprovalHandler {

/**
* Handle approval request for paypal and carry out custom authentication and authorization.
* Handle approval request for PayPal and carry out custom authentication and authorization.
* On successful completion, {@link PayPalApprovalHandler}`s onComplete() is called.
* On cancel, {@link PayPalApprovalHandler}'s onCancel() is called.
*
Expand Down

0 comments on commit 73f2317

Please sign in to comment.