Skip to content

Commit e476b9c

Browse files
wan9chicodex
andcommitted
docs(fspy): omit Windows mapping mechanics
Co-authored-by: GPT-5 Codex <codex@openai.com>
1 parent 80dfb07 commit e476b9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/fspy_shm/src/windows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Windows backend
22

3-
The Windows backend maps a sparse temporary file and gives the mapping a Windows section name. Another process opens the complete section using only that name and derives its length from the mapped view. Creating the mapping does not reserve its full size in system commit or disk space.
3+
The Windows backend maps a sparse temporary file and gives the mapping a Windows section name. Another process opens the same section using only that name. Creating the mapping does not reserve its full size in system commit or disk space.
44

55
## Options considered
66

0 commit comments

Comments
 (0)