Skip to content

Commit

Permalink
apA: another crossref tweak, cc: #138
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Dec 11, 2017
1 parent f883f55 commit c2cc588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuscript/apA.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function isShortEnough(str) {
}
```

In [Chapter 3](ch3.md/#user-content-shortlongenough), we used these predicate functions to test a single word. Then in Chapter 9, we learned how to repeat such tests [using list operations like `filter(..)`](ch9.md/#filter). For example:
In [Chapter 3, we used these predicate functions](ch3.md/#user-content-shortlongenough) to test a single word. Then in Chapter 9, we learned how to repeat such tests [using list operations like `filter(..)`](ch9.md/#filter). For example:

```js
var words = [ "You", "have", "written", "something", "very",
Expand Down

0 comments on commit c2cc588

Please sign in to comment.