Commit 8d6aafc
authored
Fix documentation typo and trailing comma in exporters
Fixed two minor issues:
1. corrected "wont" to "won't" in BackendSpanExporter's comment about client error handling.
2. removed unnecessary trailing comma in ConsoleSpanExporter's trace print statement.
These changes improve code readability and documentation accuracy without affecting functionality.1 parent 7e632c2 commit 8d6aafc
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments