Skip to content

Commit 37e2344

Browse files
committed
Merge pull request onevcat#79 from StuartWebster/VVD-78
Fix for issue onevcat#78.
2 parents 0c5e289 + ae79fc8 commit 37e2344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VVDocumenter-Xcode/Commenter/VVBaseCommenter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ -(NSString *) startComment
6868
[authorCotent appendString:[formatter stringFromDate:[NSDate date]]];
6969
}
7070

71-
authorInfo = [NSString stringWithFormat:@"%@@Author %@\n%@\n", self.prefixString, authorCotent, self.prefixString];
71+
authorInfo = [NSString stringWithFormat:@"%@@author %@\n%@\n", self.prefixString, authorCotent, self.prefixString];
7272
}
7373

7474
if ([[VVDocumenterSetting defaultSetting] useHeaderDoc]) {

0 commit comments

Comments
 (0)