Changeset 26767

Show
Ignore:
Timestamp:
12/15/08 17:04:39 (4 years ago)
Author:
kazuho
Message:

reword

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Text-MicroTemplate/trunk/lib/Text/MicroTemplate.pm

    r26766 r26767  
    325325        my $delim  = '-' x 76; 
    326326         
    327         my $report = "$reason at line $line of template$from.\n"; 
     327        my $report = "$reason at line $line in template$from.\n"; 
    328328        my $template = $self->_context($self->{template}, $line); 
    329329        $report .= "$delim\n$template$delim\n";