Commit 4a71885
Fix line highlighting in C# and PHP client-level retry examples
Removed blank lines after import statements in C# and PHP client-level
examples to fix line highlighting. The blank lines were causing the
renderer to highlight the wrong line (one line too early).
- C# client-level: Changed from {4} to {3} and removed blank line
- PHP client-level: Changed from {4} to {3} and removed blank line
- Per-request examples were already correct
- Swift examples were already correct
Verified locally with fern docs dev that highlighting now correctly
points to the MaxRetries/maxRetries configuration lines.
Co-Authored-By: Niels Swimberghe <[email protected]>1 parent 2180d0f commit 4a71885
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | | - | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
91 | | - | |
| 90 | + | |
92 | 91 | | |
93 | | - | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
| |||
0 commit comments