Skip to content

Commit

Permalink
InterfaceModel.swift: Fix typo: connection (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 15, 2024
1 parent 41cb17d commit 3ccba18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import UIKit
/// The model of an interface.
public struct InterfaceModel: Codable {

/// A conncection to Python code.
/// A connection to Python code.
public struct Connection: Codable {

/// The attribute to set. E.g: `did_appear`.
Expand Down

0 comments on commit 3ccba18

Please sign in to comment.