Skip to content

Commit

Permalink
Remove backticks from summary description
Browse files Browse the repository at this point in the history
  • Loading branch information
ncjones committed Oct 13, 2024
1 parent 16a18c4 commit c4d9984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/nodejs-custom-inspect-uint-arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Custom Inspect for Node.js UInt Arrays
date: 2024-02-25
author: Nathan
desc: |
Adding a `[util.inspect.custom]` method to Node.js UInt array types is a
Adding a [util.inspect.custom] method to Node.js UInt array types is a
simple way to improve debugging experience when dealing with binary data. An
example where this is beneficial is when inspecting Algorand blockchain
transaction details.
Expand Down

0 comments on commit c4d9984

Please sign in to comment.