Ticket #427 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

[PATCH] Fixes 2 whitespace typos in changeset:1228

Reported by: daniel.siemss..@gmail.com Assigned to:
Priority: trivial Milestone: 0.5.0
Component: Merb Keywords:
Cc:

Description

There are 2 small typos in changeset:1228. One is in lib/merb/dispatcher.rb, the other in lib/merb/mixins/render.rb.

Attachments

typos.patch (1.2 kB) - added by daniel.siemss..@gmail.com on 01/09/08 12:21:22.

Change History

01/09/08 12:21:22 changed by daniel.siemss..@gmail.com

  • attachment typos.patch added.

01/09/08 12:40:42 changed by daniel.siemss..@gmail.com

I'll try to work on some specs to make sure that never happens again...

01/09/08 13:29:52 changed by daniel.siemss..@gmail.com

  • priority changed from major to trivial.

Turns out that this is actually valid ruby...

01/09/08 19:06:20 changed by wayneesegu..@gmail.com

  • status changed from new to closed.
  • resolution set to fixed.

(In [1249]) Fixed two space before method call typos. Fixes #427. Thanks daniel siemssen!