Skip to content

Commit

Permalink
Fixed missing backticks on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitribouniol committed Dec 19, 2024
1 parent 0e2cad7 commit a0e9471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WebPush/WebPushManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ extension WebPushManager {

/// A message originally sent via ``WebPushManager/send(string:to:expiration:urgency:)``
case string(String)
/// A message originally sent via ``WebPushManager/send(json:to:expiration:urgency:)
/// A message originally sent via ``WebPushManager/send(json:to:expiration:urgency:)``
case json(any Encodable&Sendable)

/// The message, encoded as data.
Expand Down

0 comments on commit a0e9471

Please sign in to comment.