Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 29, 2023
1 parent 3aefe4c commit a8b1dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,11 +542,11 @@ internal static PathInfo DeriveDefault(
Type type,
MethodInfo method) =>
new(
directory: Path.GetDirectoryName(sourceFile)!,
directory: IoHelpers.GetDirectoryName(sourceFile)!,
typeName: type.NameWithParent(),
methodName: method.Name);
```
<sup><a href='/src/Verify/DerivePaths/PathInfo.cs#L23-L35' title='Snippet source file'>snippet source</a> | <a href='#snippet-defaultderivepathinfo' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify/DerivePaths/PathInfo.cs#L23-L34' title='Snippet source file'>snippet source</a> | <a href='#snippet-defaultderivepathinfo' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

Where `NameWithParent` is
Expand Down

0 comments on commit a8b1dab

Please sign in to comment.