Fix bottom text of the comment

This commit is contained in:
Cohee
2024-04-09 10:20:59 +03:00
parent 845409a239
commit 0391ef63d6

View File

@ -519,6 +519,7 @@ function selectMatchingContextTemplate(name) {
* Replaces instruct mode macros in the given input string.
* @param {string} input Input string.
* @param {Object<string, *>} env - Map of macro names to the values they'll be substituted with. If the param
* values are functions, those functions will be called and their return values are used.
* @returns {string} String with macros replaced.
*/
export function replaceInstructMacros(input, env) {