remove unncessary quotes

This commit is contained in:
Jacek Sieka 2021-07-12 15:29:34 +02:00 committed by GitHub
parent a227fda4a4
commit fb9dac729c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Isolate legacy code with explicit exception handling, converting the errors to `
```nim
# Enable exception tracking for all functions in this module
`{.push raises: [Defect].}` # Always at start of module
{.push raises: [Defect].} # Always at start of module
import stew/results
export results # Re-export modules used in public symbols