Skip to content

Commit 2045ab9

Browse files
Add highlighting for string literals in README
Added code text styling to the "Starting..." and "Ending..." string literals within the README
1 parent a1176fe commit 2045ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn ez_trace(attr_ts: TokenStream, func_ts: TokenStream) -> TokenStream {
3535
```
3636

3737
With the above code, `args` will contain the string values `start` and `end`
38-
("Starting..." and "Ending..." respectively). To parse additional parameters
38+
(`"Starting..."` and `"Ending..."` respectively). To parse additional parameters
3939
simply add more fields to the `EzTraceArgs` struct. Currently the supported
4040
types are: `String`, `u64`, and `bool`. Support for more standard library types
4141
will arrive in the future and the ability to use custom types will also arrive

0 commit comments

Comments
 (0)