Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Aug 4, 2023
1 parent 594cba5 commit 6c3fba7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion concepts/symbols/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Ruby Guides: Ruby Symbols"
},
{
"url": " https://rubyapi.org/o/symbol",
"url": "https://rubyapi.org/symbol/",
"description": "Ruby API: Symbol"
}
]
9 changes: 7 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
]
},
{
"slug": "Port Of Palermo",
"name": "port-palermo",
"slug": "port-palermo",
"name": "Port Of Palermo",
"uuid": "d852aa08-f712-4c83-b19a-9adef4318b5e",
"concepts": [
"symbols"
Expand Down Expand Up @@ -1651,6 +1651,11 @@
"slug": "strings",
"name": "Strings"
},
{
"uuid": "4b0f3718-cc06-4aa6-8b0f-7db3bbe6af5d",
"slug": "symbols",
"name": "Symbols"
},
{
"uuid": "0189a402-ed46-47ee-9f5b-cfa5f557720d",
"slug": "enumeration",
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/port-palermo/.meta/exemplar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Port
Identifier = :PALE

def self.get_identifier(city)
return city[0..3].to_sym
return city[0..3].upcase.to_sym
end

def self.get_terminal(ship_identifier)
Expand Down

0 comments on commit 6c3fba7

Please sign in to comment.