Skip to content

Commit

Permalink
Fixed typos (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
austincondiff authored Mar 20, 2024
1 parent a95c729 commit 8262a5d
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 148 deletions.
14 changes: 7 additions & 7 deletions Sources/CodeEditSymbols/CodeEditSymbols.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ public extension NSImage {
static let breakpointFill: NSImage = .symbol(named: "breakpoint.fill")
static let chevronUpChevronDown: NSImage = .symbol(named: "chevron.up.chevron.down")
static let github: NSImage = .symbol(named: "github")
static let docJava: Image = .symbol(named: "doc.java")
static let docJavascript: Image = .symbol(named: "doc.javascript")
static let docJson: Image = .symbol(named: "doc.json")
static let docPython: Image = .symbol(named: "doc.python")
static let docRuby: Image = .symbol(named: "doc.ruby")
static let squareSplitHorizontalPlus: Image = .symbol(named: "square.split.horizontal.plus")
static let squareSplitVerticalPlus: Image = .symbol(named: "square.split.vertical.plus")
static let docJava: NSImage = .symbol(named: "doc.java")
static let docJavascript: NSImage = .symbol(named: "doc.javascript")
static let docJson: NSImage = .symbol(named: "doc.json")
static let docPython: NSImage = .symbol(named: "doc.python")
static let docRuby: NSImage = .symbol(named: "doc.ruby")
static let squareSplitHorizontalPlus: NSImage = .symbol(named: "square.split.horizontal.plus")
static let squareSplitVerticalPlus: NSImage = .symbol(named: "square.split.vertical.plus")

// add static properties for your symbols above this line

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8262a5d

Please sign in to comment.