1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-09 10:46:52 +02: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
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"
} }
} }
] ]