Skip to content

Commit 84ddee2

Browse files
authored
Merge pull request #258 from abostroem/issue226
added back in 'in' and added commas to make it a little more clear
2 parents 68f4f89 + dbbff9b commit 84ddee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/06-join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ in the Pan-STARRS catalog.
170170

171171
To do that we will:
172172

173-
1. Use the `JOIN` operator to look up each Pan-STARRS `obj_id` for the stars
174-
we are interested in the `panstarrs1_best_neighbour` table using the `source_ids`
173+
1. Use the `JOIN` operator to look up each Pan-STARRS `obj_id`, for the stars
174+
we are interested in, in the `panstarrs1_best_neighbour` table using the `source_ids`
175175
that we have already identified.
176176

177177
2. Use the `JOIN` operator again to look up the Pan-STARRS photometry for these stars

0 commit comments

Comments
 (0)