Skip to content

Commit 24f2e25

Browse files
committed
Rewords & fixed phodal#11
1 parent 639f160 commit 24f2e25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chapters/07-find-github-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ var promise = {
134134

135135
###实现第二个需求
136136

137-
由于,现有的一些Ajax库都比较,最后只好参照着别人的代码自己实现
137+
由于已经有了现有的很多库,所以就可以直接参照(抄)别人写的代码
138138

139139
```javascript
140140
Lettuce.get = function (url, callback) {

github-roam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@ var promise = {
17061706

17071707
###实现第二个需求
17081708

1709-
由于,现有的一些Ajax库都比较,最后只好参照着别人的代码自己实现
1709+
由于已经有了现有的很多库,所以就可以直接参照(抄)别人写的代码
17101710

17111711
```javascript
17121712
Lettuce.get = function (url, callback) {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ <h4 id="寻找">寻找</h4>
16461646
<span class="op">};</span></code></pre></div>
16471647
<p>需要注意的是: <code>License</code>,不同的软件有不同的License,如MIT、GPL等等。最好能在遵循协议的情况下,使用别人的代码。</p>
16481648
<h3 id="实现第二个需求">实现第二个需求</h3>
1649-
<p>由于,现有的一些Ajax库都比较,最后只好参照着别人的代码自己实现</p>
1649+
<p>由于已经有了现有的很多库,所以就可以直接参照(抄)别人写的代码</p>
16501650
<div class="sourceCode"><pre class="sourceCode javascript"><code class="sourceCode javascript"><span class="va">Lettuce</span>.<span class="at">get</span> <span class="op">=</span> <span class="kw">function</span> (url<span class="op">,</span> callback) <span class="op">{</span>
16511651
<span class="va">Lettuce</span>.<span class="at">send</span>(url<span class="op">,</span> <span class="st">&#39;GET&#39;</span><span class="op">,</span> callback)<span class="op">;</span>
16521652
<span class="op">};</span>

0 commit comments

Comments
 (0)