File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1459,7 +1459,7 @@ func (s *SourceState) addTemplateData(sourceAbsPath AbsPath) error {
1459
1459
return nil
1460
1460
}
1461
1461
1462
- // addTemplateData adds all template data in the directory sourceAbsPath to s.
1462
+ // addTemplateDataDir adds all template data in the directory sourceAbsPath to s.
1463
1463
func (s * SourceState ) addTemplateDataDir (sourceAbsPath AbsPath , fileInfo fs.FileInfo ) error {
1464
1464
walkFunc := func (dataAbsPath AbsPath , fileInfo fs.FileInfo , err error ) error {
1465
1465
if dataAbsPath == sourceAbsPath {
@@ -2619,7 +2619,7 @@ func (s *SourceState) readExternalArchiveFile(
2619
2619
}), nil
2620
2620
}
2621
2621
2622
- // ReadExternalDir returns all source state entries in an external_ dir.
2622
+ // readExternalDir returns all source state entries in an external_ dir.
2623
2623
func (s * SourceState ) readExternalDir (
2624
2624
rootSourceAbsPath AbsPath ,
2625
2625
rootSourceRelPath SourceRelPath ,
You can’t perform that action at this time.
0 commit comments