Skip to content

Commit d7eba16

Browse files
committed
Merge pull request #265 from Huntrr/master
Fixed mispelling of dictionary in include/swift/AST/Types.h
2 parents 48fe843 + 7da4562 commit d7eba16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3246,7 +3246,7 @@ class DictionaryType : public TypeBase {
32463246
Key(key), Value(value), ImplOrContext(&ctx) {}
32473247

32483248
public:
3249-
/// Return a uniqued dicitonary type with the specified key and value types.
3249+
/// Return a uniqued dictionary type with the specified key and value types.
32503250
static DictionaryType *get(Type keyTy, Type valueTy);
32513251

32523252
Type getKeyType() const { return Key; }

0 commit comments

Comments
 (0)