Skip to content

Commit

Permalink
Merge pull request square#1403 from gilvegliach/gv/fix-javadoc-typo
Browse files Browse the repository at this point in the history
Remove duplicated 'the' from javadoc
  • Loading branch information
JakeWharton committed Dec 22, 2015
2 parents 64875dc + 75705da commit 66084af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retrofit/src/main/java/retrofit2/http/Header.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import static java.lang.annotation.RetentionPolicy.RUNTIME;

/**
* Replaces the header with the the value of its target.
* Replaces the header with the value of its target.
* <p>
* <pre>{@code
* &#64;GET("/")
Expand Down

0 comments on commit 66084af

Please sign in to comment.