Skip to content

Commit

Permalink
dtm: Correction of a typo error in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GGRei committed Feb 7, 2024
1 parent 3261c23 commit c537d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/x/templating/dtm/dynamic_template_manager.v
Expand Up @@ -963,7 +963,7 @@ fn (mut tm DynamicTemplateManager) chandler_remaining_cache_template_used(cr Cac

// fn (mut DynamicTemplateManager) parse_tmpl_file(string, string, &map[string]DtmMultiTypeMap, bool, TemplateType) return (string, string)
//
// Parses and generate template file content.
// Parses and generates template file content.
// It ensures template format compatibility necessary for proper compilation and execution in its typical usage outside of DTM like managing various states,
// processing template tags, and supporting string interpolation...
// including dynamic content with the possibility of adding HTML code but only for certain specified tags and can also light compress HTML if required ( Removing usless spaces ).
Expand Down

0 comments on commit c537d28

Please sign in to comment.