1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-18 06:38:34 +01:00

Merge pull request #5705 from BorzooMV/master

Fix Mutex typo in Golang
This commit is contained in:
dsh 2024-05-21 10:00:26 +01:00 committed by GitHub
commit 7aa44d3197
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -5104,7 +5104,7 @@
"x": "735", "x": "735",
"y": "934", "y": "934",
"properties": { "properties": {
"controlName": "109-go-advanced:mutext" "controlName": "109-go-advanced:mutex"
}, },
"children": { "children": {
"controls": { "controls": {
@ -5134,7 +5134,7 @@
"y": "9", "y": "9",
"properties": { "properties": {
"size": "16", "size": "16",
"text": "Mutext" "text": "Mutex"
} }
} }
] ]