Skip to content

Commit b9991e0

Browse files
committed
fix: errors related to language names
1 parent 9834f1a commit b9991e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/4.languages/5.golang/2.first-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Each plugin in the **Plugify** framework requires a **manifest file** with the `
9393
"entryPoint": "bin/go_example_plugin.dll",
9494
"supportedPlatforms": [],
9595
"languageModule": {
96-
"name": "go"
96+
"name": "golang"
9797
},
9898
"dependencies": [],
9999
"exportedMethods": []

content/4.languages/7.dlang/2.first-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Each plugin in the **Plugify** framework requires a **manifest file** with the `
8686
"entryPoint": "bin/d_example_plugin.dll",
8787
"supportedPlatforms": [],
8888
"languageModule": {
89-
"name": "d"
89+
"name": "dlang"
9090
},
9191
"dependencies": [],
9292
"exportedMethods": []

content/ru/4.languages/5.golang/2.first-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tree:
9393
"entryPoint": "bin/go_example_plugin.dll",
9494
"supportedPlatforms": [],
9595
"languageModule": {
96-
"name": "go"
96+
"name": "golang"
9797
},
9898
"dependencies": [],
9999
"exportedMethods": []

0 commit comments

Comments
 (0)