Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Sep 30, 2023
1 parent f9f00d7 commit ace14dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/SwiftGodot/SwiftGodot.docc/Exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var gameDirectory: String?
String as a path to a file, custom filter provided as hint.

```swift
@Export (.file, "*.txt"")
@Export (.file, "*.txt")
var GameFile: String?
```

Expand Down Expand Up @@ -157,6 +157,7 @@ Display a visual representation of the `ease()` function when editing.
```swift
@Export(.expEasing)
public transitionSpeed: Float = 0
```

### Colors

Expand Down

0 comments on commit ace14dc

Please sign in to comment.