mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 01:28:35 -05:00
[GH-ISSUE #388] Superfluous hyphens #1402
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BravoBaldo on GitHub (Aug 24, 2024).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/388
With a tool like "grep" search in *.qmd "
:** -" (space at the end)In many, if not all, cases, "
-" (space at the end) should be removed:Example in section "10.9.4 ML to Optimize Manufacturing and Reduce Defects" of "hw_acceleration.qmd":
"....Proactive failure analysis: - ML models can help predict...."
...unless there are reasons I don't know...