Skip to content

Commit 56a74fa

Browse files
authored
Update README.md
1 parent 3feee6b commit 56a74fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,8 @@ the internal in-memory cache and the level2 cache.
244244
[JsonCacheTry](https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheTry-class.html)
245245
is an implementation of the `JsonCache` interface whose sole purpose is to
246246
supply enhanced diagnostic information when a cache failure occurs. It does this
247-
by throwing a
248-
[JsonCacheException](https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheException-class.html)
249-
exception.
247+
by throwing [JsonCacheException](https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheException-class.html)
248+
with the underlying stack trace.
250249

251250
Since `JsonCacheTry` is a
252251
[Decorator](https://en.wikipedia.org/wiki/Decorator_pattern), you must pass

0 commit comments

Comments
 (0)