stevedonovan/gentle-intro

1-basics uses "array slices" instead of "slices"

Closed this issue · 1 comments

The official term is just "slice"; that is, these slices can be for vectors as well as arrays.

Good point. 'a slice of an array' is fine but otherwise I should just qualify 'string slices'.