Small file change

This commit is contained in:
youngchief btw ツ 2020-04-09 02:29:34 +00:00
parent 4d32263bd1
commit f54a5a52d8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// String interpolation
// String Interpolation
var score = 85
var str = "Your score was \(score)"

View File

@ -1,4 +1,4 @@
// Type annotations
// Type Annotations
let str = "Hello, World!"
let album: String = "Reputation"