Skip to content

Commit bab101e

Browse files
committed
all: remove repetitive words
Signed-off-by: deterclosed <fliter@outlook.com>
1 parent 80aee71 commit bab101e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/1.x/retrofit/index-all.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ <h2 class="title">H</h2>
478478
<dd>&nbsp;</dd>
479479
<dt><a href="retrofit/http/Header.html" title="annotation in retrofit.http"><span class="typeNameLink">Header</span></a> - Annotation Type in <a href="retrofit/http/package-summary.html">retrofit.http</a></dt>
480480
<dd>
481-
<div class="block">Replaces the header with the the value of its target.</div>
481+
<div class="block">Replaces the header with the value of its target.</div>
482482
</dd>
483483
<dt><a href="retrofit/http/Headers.html" title="annotation in retrofit.http"><span class="typeNameLink">Headers</span></a> - Annotation Type in <a href="retrofit/http/package-summary.html">retrofit.http</a></dt>
484484
<dd>

website/1.x/retrofit/retrofit/http/Header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2 title="Annotation Type Header" class="title">Annotation Type Header</h2>
9898
<a href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
9999
<a href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#PARAMETER" title="class or interface in java.lang.annotation">PARAMETER</a>)
100100
public @interface <span class="memberNameLabel">Header</span></pre>
101-
<div class="block">Replaces the header with the the value of its target.
101+
<div class="block">Replaces the header with the value of its target.
102102
<p>
103103
<pre>
104104
&#64;GET("/")

website/1.x/retrofit/retrofit/http/package-summary.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h1 title="Package" class="title">Package&nbsp;retrofit.http</h1>
152152
<tr class="altColor">
153153
<td class="colFirst"><a href="../../retrofit/http/Header.html" title="annotation in retrofit.http">Header</a></td>
154154
<td class="colLast">
155-
<div class="block">Replaces the header with the the value of its target.</div>
155+
<div class="block">Replaces the header with the value of its target.</div>
156156
</td>
157157
</tr>
158158
<tr class="rowColor">

0 commit comments

Comments
 (0)