sergiocorreia / stata-require

Enforce exact/minimum versions of community-contributed packages.
MIT License
18 stars 0 forks source link

Nontrivial typos in comments #2

Open NilsEnevoldsen opened 5 months ago

NilsEnevoldsen commented 5 months ago

Six of these comments mistakenly include !* instead of *!. Of course, since they are comments, these errors have no actual effect on the functionality of the program. However, since the entire point of the these lines is dealing with little idiosyncrasies like this, getting the comments right might be helpful to anyone reading the source code.

Be careful not to modify the code on line 764; that !* is correct.

https://github.com/sergiocorreia/stata-require/blob/97e2c0b9dd07e187b8f0bc4c579af23bf7b0c4a9/src/require.ado#L766C1-L791C1

My apologies for the nitpick, and my thanks for the program. 😊