Skip to content

Commit

Permalink
Merge pull request #52 from shin-usu/fix-anchor-link-data-race-safety
Browse files Browse the repository at this point in the history
DataRaceSafety.mdのアンカーリンクの修正
  • Loading branch information
stzn authored Aug 29, 2024
2 parents 5a679f8 + 655c93a commit 7f70bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide.docc/DataRaceSafety.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Swiftプログラマーは、静的と動的という2つの方法でデータ

データ隔離によって、コンパイラは、(静的であれ動的であれ)あなたの書いたSwiftコードにデータ競合がないことを保証できます。

> 注記: 動的な隔離についての詳細は、<doc:IncrementalAdoption#Dynamic-Isolation>を参照してください。
> 注記: 動的な隔離についての詳細は、<doc:IncrementalAdoption#動的隔離>を参照してください。
### 隔離ドメイン

Expand Down

0 comments on commit 7f70bba

Please sign in to comment.