cmu-db / 15445-bootcamp

A basic introduction to coding in modern C++.
Apache License 2.0
721 stars 142 forks source link

Fix reference line number in namespaces.cpp #1

Closed lan-lyu closed 1 year ago

lan-lyu commented 1 year ago

In this comment, the function is used in line 57 rather than 44. https://github.com/cmu-db/15445-bootcamp/blob/26e080ae8dda27b2dd5bdf626e63e479b4ada398/src/namespaces.cpp#L25

btw thanks for these clear introductions!