Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jun 8, 2024
1 parent 721ea1f commit 8386583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Mustache/Library.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public struct MustacheLibrary: Sendable {
/// - Parameters:
/// - object: Object to render
/// - name: Name of template
/// - reload: Reload templates when rendering
/// - Returns: Rendered text
public func render(_ object: Any, withTemplate name: String, reload: Bool) -> String? {
guard let template = templates[name] else { return nil }
Expand Down

0 comments on commit 8386583

Please sign in to comment.