Skip to content

Commit be2f85d

Browse files
committed
Minor cleanup
1 parent b5b9c67 commit be2f85d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Sources/WebKit/WebKit.docc/Build&Debug/Tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tests
1+
# Testing
22

33
A deep dive into WebKit's Tests.
44

Sources/WebKit/WebKit.docc/InDepth/MemoryManagement.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ A* a4 = a3.ptr();
3030
a4 = a2.get();
3131
```
3232

33-
3433
Unlike C++‘s[`std::shared_ptr`](https://en.cppreference.com/w/cpp/memory/shared_ptr),
3534
the implementation of referencing counting is a part of a managed object.
3635
The requirements for an object to be used with `RefPtr` and `Ref` is as follows:

0 commit comments

Comments
 (0)