Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan José Arboleda <soyjuanarbol@gmail.com>2020-05-04 02:43:52 +0300
committerAnna Henningsen <anna@addaleax.net>2020-05-08 02:07:38 +0300
commit3f1e65dd7be9c55a879ec9d7190de5c7401c66e0 (patch)
tree58c95d7062d1d03b41709bbb0ef46decf8055f06 /src/README.md
parent5424f1b8443c639145fb9d8c76d6d8358a2c1fd8 (diff)
doc: fix md issue in src/README.md
PR-URL: https://github.com/nodejs/node/pull/33224 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index f940da3fe24..6d6e33ab275 100644
--- a/src/README.md
+++ b/src/README.md
@@ -395,7 +395,7 @@ void Initialize(Local<Object> target,
NODE_MODULE_CONTEXT_AWARE_INTERNAL(cares_wrap, Initialize)
```
-<a id="per-binding-state">
+<a id="per-binding-state"></a>
#### Per-binding state
Some internal bindings, such as the HTTP parser, maintain internal state that