Commit 0cf675b5 authored by Feram's avatar Feram Committed by Adrian Sieber

Fix typo fiels

parent d28a844a
......@@ -30,7 +30,7 @@ objc:
header: '"MLB/MLBRecord1.h"'
# Only used for "record" types: determines the type used when boxing the record is required.
# Should not contain the pointer asterisk "*", protocols are not supported.
# This fiels is the same as "typename" most of the time as records are typically NSObjects and require no special boxing.
# This files is the same as "typename" most of the time as records are typically NSObjects and require no special boxing.
# However, some may not, for example NSTimeInterval is boxed to NSNumber.
boxed: 'MLBRecord1'
# Specifies whether the unboxed type is a pointer.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment