mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
019df98875
Sometimes, on Mac OS X, programmers accidentally press Option+Space rather than just Space and don’t see the difference. The problem is that Option+Space writes a non-breaking space (0XA0) rather than a normal space (0x20). This commit removes all the non-breaking spaces inadvertently introduced in the comments of the code. |
||
---|---|---|
.. | ||
active_model | ||
active_model.rb |