Bit of naming cleanup

This commit is contained in:
Michael Miller 2020-11-07 13:47:39 -07:00
parent 347e1a84e5
commit 40dd85eb38
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -44,9 +44,9 @@ module Spectator
io << '"' io << '"'
# Add source if it's available. # Add source if it's available.
if (s = source) if (sourse = self.source)
io << " @ " io << " @ "
io << s io << source
end end
io << result io << result