فهرست منبع

Add missing markdown to symbol references in method documentation

Lucas Brown 5 سال پیش
والد
کامیت
f94911b038

+ 1 - 1
Sources/SwiftUIVisualEffects/View Extensions/View+blurEffectStyle.swift

@@ -9,7 +9,7 @@ public extension View {
 	/**
 	Sets the style for blur effects within this view.
 	
-	To set a specific style for all blur effects and vibrancy effects containing blur effects within a view, use the blurEffectStyle(_:) modifier:
+	To set a specific style for all blur effects and vibrancy effects containing blur effects within a view, use the `blurEffectStyle(_:)` modifier:
 	```
 	ZStack {
 		backgroundContent

+ 1 - 1
Sources/SwiftUIVisualEffects/View Extensions/View+vibrancyEffectStyle.swift

@@ -9,7 +9,7 @@ public extension View {
 	/**
 	Sets the style for vibrancy effects within this view.
 	
-	To set a specific style for all vibrancy effects within a view, use the vibrancyEffectStyle(_:) modifier:
+	To set a specific style for all vibrancy effects within a view, use the `vibrancyEffectStyle(_:)` modifier:
 	```
 	ZStack {
 		backgroundContent