Skip to content

Commit

Permalink
Tune head docs. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey authored Aug 2, 2024
1 parent fb32c12 commit ec21cc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Slipstream/Views/W3C/Elements/Head.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// A view that defines the document's metadata container.
///
/// Every web page starts with an HTML view.
/// Web pages use ``Head`` to define important metadata, such
/// as the web page's title, search engine metadata, and scripts/stylesheets.
///
/// ```swift
/// struct MySiteMetadata: View {
Expand Down

0 comments on commit ec21cc1

Please sign in to comment.