mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 10:47:34 +02:00
Fix link to shrinkToFit()
's documentation
This commit is contained in:
@ -65,7 +65,7 @@ class JsonDocument : public detail::VariantOperators<const JsonDocument&> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Reduces the capacity of the memory pool to match the current usage.
|
// Reduces the capacity of the memory pool to match the current usage.
|
||||||
// https://arduinojson.org/v7/api/JsonDocument/shrinktofit/
|
// https://arduinojson.org/v7/api/jsondocument/shrinktofit/
|
||||||
void shrinkToFit() {
|
void shrinkToFit() {
|
||||||
resources_.shrinkToFit();
|
resources_.shrinkToFit();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user