We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89f67b3 + bf31625 commit 3279c0eCopy full SHA for 3279c0e
theme/reference.js
@@ -66,9 +66,9 @@ function update_railroad() {
66
const buttons = document.querySelectorAll('.grammar-toggle-railroad');
67
buttons.forEach(button => {
68
if (grammarRailroad) {
69
- button.innerText = "Hide syntax diagram";
+ button.innerText = "Hide syntax diagrams";
70
} else {
71
- button.innerText = "Show syntax diagram";
+ button.innerText = "Show syntax diagrams";
72
}
73
});
74
0 commit comments