Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 72ee63c

Browse filesBrowse files
Psytewpatrickwestervelt
andauthored
fix: build error due to FindLcm (TheAlgorithms#1223)
Co-authored-by: patrickwestervelt <pwestervelt3@gatech.edu>
1 parent 8c27d86 commit 72ee63c
Copy full SHA for 72ee63c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Maths/FindLcm.js‎

Copy file name to clipboardExpand all lines: Maths/FindLcm.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
'use strict'
1313

14-
import { findHCF } from './findHcf'
14+
import { findHCF } from './FindHcf'
1515

1616
// Find the LCM of two numbers.
1717
const findLcm = (num1, num2) => {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.