Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enh explanation #816

Merged
merged 5 commits into from
Aug 3, 2024
Merged

Enh explanation #816

merged 5 commits into from
Aug 3, 2024

Conversation

Ducasse
Copy link
Contributor

@Ducasse Ducasse commented Aug 3, 2024

Enh explanation

skip the figure for now.
```
checker := MicReferenceChecker new 
	fileSystem: FileSystem disk  ;
	checkProject: '/Users/ducasse/Workspace/FirstCircle/MyBooks/Bk-Writing/PharoBooks2/Booklet-Graphics/Chapters/bloc/blocArchitecture.md' asFileReference.
checker isOkay
```

And not get forced to do 

```
checker := MicReferenceChecker new 
	fileSystem: FileSystem disk .
checker	
	checkProject: '/Users/ducasse/Workspace/FirstCircle/MyBooks/Bk-Writing/PharoBooks2/Booklet-Graphics/Chapters/bloc/blocArchitecture.md' asFileReference.
checker isOkay
```
@Ducasse Ducasse merged commit 16716ae into dev Aug 3, 2024
2 checks passed
@Ducasse Ducasse deleted the enhExplanation branch August 9, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant